ContributionsMost RecentMost LikesSolutionsRe: SOAP Request works in SoapUI, but not in C# code You can try reading the backend logs and understand what it writes when it receives the request from C# client. Maybe you will find some information. automate jsp calls My boss asked me to automate the following test case: step1 - access to the web portal with given operator credentials -> menu display step2 - select the "list" item from the "Damage management" menu -> view the damage list step3 - selection of a given damage (id = x) -> detail view of the damage with given id Now I can do all this from GUI, but how can I simulate it with SoapUi? While I was performing manuals on the graphical interface, I was reading the messages exchanged in the browser console (F12 in Chrome). All the messages solicited by each manual have a .jsp extension, but I couldn't find the one that has the damage data with id = x in the response (step2), which I also see in the graphical interface. How do I solve it? Should I ask development? Thank you. Marco Malziotti Get access token dont load page Good morning With SoapUi free version 5.7.0, configured the access parameters to the authorization server, if I select the "Get Access Token" button, the browser opens with the "The page could not be loaded" error (see screenshot "getToken-page-not-load.png"). Same access parameters indicated also in ReadyApi version 3.41.0 (+ State parameter: not present in SoapUi free version), by selecting the "Get Access Token" button, I get the login page correctly in the opened browser (see screenshot "getToken-ok-page.png"). Why this different behavior? Maybe there is some feature not implemented in SoapUi free version that is instead implemented in ReadyApi? The two tests were performed on the same host on Windows 10 pro! Thank you. Marco Malziotti soapui 5.7.0 - mvn install error Good morning With: - git version 2.28.0.windows.1 - mvn version 3.5.0 - java version 11.0.15 I download https://github.com/SmartBear/soapui/tree/release-5.7.0 and then I execute command: mvn clean install in the root folder I have obtaining the following error - see attachment. can you help me please? Thanks Marco Re: Script library Thank Todd Unfortunately, your proposal is not conclusive for me. I use SoapUI-5.7.0 free version, added line: <con:setting id="Script Library">C:\Program Files\SmartBear\SoapUI-5.7.0\bin\scripts</con:setting> on %USERPROFILE%\soapui-settings.xml Saved script on folder C:\Program Files\SmartBear\SoapUI-5.7.0\bin\scripts\soapui\utils\ Restart SoapUI-5.7.0 and trying to mock up, i got the following error: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: Script1.groovy: 2: unable to resolve class soapui.utils.SingleBehavior I am attaching the project and the groovy script. Thanks. Marco Malziotti REST MOCK Service: No WebUi With the free version of SoapUi 5.7.0 I built a REST MOCK Service. With the graphical interface of SoapUi it works correctly. Now I have generated the war file (rest.war) and deploied on Tomcat 9.0.63 + JRE 9.0.4. Now selecting on "Tomcat Web Application Manager" the entry: /rest I get HTTP 404. Is posisble with SoapUi 5.7.0 (free version) display the WebUi for the REST MOCK Service? Thanks. Marco Malziotti Script library Good morning I wrote a groovy script with ReadyApi version 3.30.0, saved in <ReadyApi>\bin\scripts folder. Everything works correctly! Now I would like to share the project with a colleague who use SoapUi free version (version 5.7.0). In the following link: https://www.soapui.org/docs/scripting-and-properties/scripting-and-the-script-library/ you wrote that to access the Groovy Library path you need to select: File> Preferences> SoapUI tab> Script Library. Unfortunately, after selecting File> Preferences, I can't find the SoapUI tab (see attachment) How can I indicate the path of the Groovy Library in the SoapUi free version? Thanks. Marco Malziotti