ContributionsMost RecentMost LikesSolutionsDark mode Is adding Dark mode on the roadmap for Zephyr Scale? Re: JDBC Request errors when semicolon is included in SQL Hi ChrisAdams , Thanks for the answer. Do you by any chance have some link to an explanation or maybe examples of how these scripts would look like, since I'm not sure what to search for? Thanks, Bojana Re: JDBC Request errors when semicolon is included in SQL Hey richie Thanks for the answer. I'll check out the paid version to see if it has what I need. It's a bit of a shame it's not fixed since I saw other people asking the same thing, but what can you do 🙂 JDBC Request errors when semicolon is included in SQL When you end your sql statement with a semicolon in JDBC Requests, soapUI fails to run the request and reports the following error: "Error getting response; java.sql.SQLSyntaxErrorException: ORA-00911: invalid character" I'd like to run several sql statements in one jdb step and this is making me create a lot of jdbc steps. I see it has already been reported but archived: https://community.smartbear.com/t5/API-Functional-Security-Testing/JDBC-Request-errors-when-semicolon-is-included-in-SQL/td-p/14870 Do you know of a workaround? Strangely enough I found that I get the error if I send a call like this: GRANT SELECT ON TABLENAME TO USER; But it works with the following statement: CREATE OR REPLACE FUNCTION USER.NUMBER ( input VARCHAR2 ) RETURN VARCHAR2 IS begin if input is null then return null; SolvedRe: Running a test step in another project from a mockservice Hi richie Thanks a lot for the tip since I read something under number 4 on the link you pasted that might help me with what I want to achieve. Do you have suggestions for the title since I honestly don't know how to make it 'more searchable'. Cheers, Bojana Re: Running a test step in another project from a mockservice Hi nmrao Yeah the second step is part of a different service definition. I understand your recommendation but I'd still like to know if someone had an issue like mine what they did. Cheers, Bojana Running a test step in another project from a mockservice Hi, I have two projects, one is a mockservice where I extract a value from the request, save it as a global property and then I use it in another project which is a regular one where I have a test suite with one one step. However, I need to execute this step manually since I see that in the scripts part in the mockservice the TestRunner property is not available( I read that this one is used for running test cases from other projects but works only from a groovy script). Is there a way that I can execute this step in the other project automatically after receiving the request in the mockservice? Thanks, Bojana Thanks, Bojana SolvedRe: Body request parameters not being created after Swagger definition import Hi Rao, Tnx for the reply. Do you know if the Pro version allows proper generation of the requests when importing a swagger file? Cheers, Bojana Body request parameters not being created after Swagger definition import Hi, I'm trying to import a Swagger 2.0 definition to SoapUI, but after doing so the request parameters aren't automatically generating, defeating the purpose of the import. I've also tried to import the example petstore swagger file and even there the body in the post calls is empty even though I can see that there is content when I check the swagger file in the swagger editor. Am I missing something? I have installed the plugins (I believe the latest ones) and I believe the version of the swagger file is correct since it doesn't allow me to import the 3.0. Also I tried importing collections from Postman and in case I have an attribute defined like this: "Expected_Product_Duration": "<hh:mm:ss>" It doesn't import the body request parameters unless we delete the <>. This is not that such of an issue I just thought it would be nice to mention it in case other people encounter the same. Thanks, Bojana PS I found this topic but I don't see how it was resolved, if it was resolved at all: https://community.smartbear.com/t5/SoapUI-Pro/Body-request-parameters-not-being-created-after-Swagger/td-p/152271 Solved