ContributionsMost RecentMost LikesSolutionsProblemloading a openAPIspecification Hi! Trying to load a openAPI specification from https://developers.topdesk.com/swagger/assets_specification_1.31.0.json. The problem is that (using readyAPI 3.9.1), I get an error (not too technical). Who should I complain with the topdesk or smartbear people? response when trying to add the API from above: attribute components.schemas.Schema name Asset data doesn't adhere to regular expression ^[a-zA-Z0-9\.\-_]+$ attribute components.schemas.Schema name Asset status doesn't adhere to regular expression ^[a-zA-Z0-9\.\-_]+$ attribute components.schemas.Schema name Asset template doesn't adhere to regular expression ^[a-zA-Z0-9\.\-_]+$ attribute components.schemas.Schema name Describes a list of assets by their identifiers. doesn't adhere to regular expression ^[a-zA-Z0-9\.\-_]+$ attribute components.schemas.Schema name Directional link to be added between two assets doesn't adhere to regular expression ^[a-zA-Z0-9\.\-_]+$ attribute components.schemas.Schema name Dropdown option doesn't adhere to regular expression ^[a-zA-Z0-9\.\-_]+$ attribute components.schemas.Schema name Example Create model doesn't adhere to regular expression ^[a-zA-Z0-9\.\-_]+$ attribute components.schemas.Schema name Example Save model doesn't adhere to regular expression ^[a-zA-Z0-9\.\-_]+$ attribute components.schemas.Schema name Link to be added doesn't adhere to regular expression ^[a-zA-Z0-9\.\-_]+$ attribute components.schemas.Schema name Linked Asset doesn't adhere to regular expression ^[a-zA-Z0-9\.\-_]+$ attribute components.schemas.Schema name Location link doesn't adhere to regular expression ^[a-zA-Z0-9\.\-_]+$ attribute components.schemas.Schema name One item in a generic data set doesn't adhere to regular expression ^[a-zA-Z0-9\.\-_]+$ attribute components.schemas.Schema name Operator of a file doesn't adhere to regular expression ^[a-zA-Z0-9\.\-_]+$ attribute components.schemas.Schema name Person group doesn't adhere to regular expression ^[a-zA-Z0-9\.\-_]+$ attribute components.schemas.Schema name Person-type link doesn't adhere to regular expression ^[a-zA-Z0-9\.\-_]+$ attribute components.schemas.Schema name Unlink parameters doesn't adhere to regular expression ^[a-zA-Z0-9\.\-_]+$ attribute components.schemas.Schema name Upload Response doesn't adhere to regular expression ^[a-zA-Z0-9\.\-_]+$ Re: serviceV Pro with responses saved in (DB2) database Hi! Thanks for your help. I have landed in a short term solution (that seems to work during my local tests), where I in the MockRunListener.onMockRunnerStart event create the connection to the database (releasing it in the MockRunnerStop event) and saves it in the contect. Then in the response script I execute the sql query def sql=mockRequest.context.dbConnection if(mockRequest.context.dbConnection!=null) { log.info "Data..comming" sql.query('SELECT HEAD.... So... * I fetch data from db for each request => I have abonded the datasource since I didn't get it to work. => I have to manually write the select sqls in the differents services Do you see any apperent disadvantages with this approach? Re: How to read datasource in ServiceV response dispatch script Hi! I'm trying the same, did you get some clearity in how to do it, that you can share? Re: serviceV Pro with responses saved in (DB2) database We push load on the SUT (tweaking it, changing parameters in its configuration), and to make sure that we only notice the effect of the changes (and not the underlying systems) we mock the surrounding. Re: serviceV Pro with responses saved in (DB2) database Yes we're planning to rubn load tests against the virtualized services. serviceV Pro with responses saved in (DB2) database Hi! A perhaps simple question (then you please simply point me to a suitable article...). We're running a serviceV project to provide mock responses for loadtesting. The responses (soap XML) will be saved in a database for 30 services. Right now I have a Database defined and resusing that in the DataSource defined in the service. The service has a value property, and a prepared property for ssn (key). The SQL Query uses the prepared property. All seems to work fine. The dispatch style is script and my idea (perhaps wrongly) is that in the script I will extract the key from the request, set that as the prepared property, and then "execute" the Datasource and get the response. In this a good strategy, or is there any other better way? a) How do a set the prepared property ("ssn", in my DataSource GETPERSON) from groovy?? b) How do I execute and get the property "value" from my Datasource GETPERSON) Re: Can maven plugin be used with floating licenses? I think I might have expressed myself badly. The maven support is not a plugin in the client (Plugin Manager), but a way to execute soapui projects using maven, see http://www.soapui.org/test-automation/maven/maven-2-x.html. Can this "plugin" be used with a floating license? Can maven plugin be used with floating licenses? Hi! We're using soapUI Pro (from 4.6 to v 5.1.2), and some week ago we started to use floating license. Somewhere someone heard that your maven plugin can't be used with the floating licenses. Is that true, or do we simply have to configure it somewhere? IS so how do we do it? If not, it's a shame... /Fredrik Property in Description fieldsHi! I'd like to have the values from my Project properties inserted into the description field of the testsuite report and or the description of the testcase, When I enter something like ${#Project#Physical - unknown SSN} or "=${#Project#Physical - unknown SSN}" into the description or add a property to the testsuite, it fails to expand. Do I use the wrong format to expand the properties???