Mock set up dispatch script when search criteria is a Form parameter
I have a mock service "GET/item/{id}" (ex: "/item/12345" to get item with id = 12345). I need to send response 200 or 404 depending on the id on the request. Using dispatch parameter, ID can't be identified by query nor path. Using dispatch script, mockRequest methods to get request data are returning NULL value. Please help.Solved4.2KViews0likes4CommentsMock Service security protocol control
In soapUI the security protocol can be controlled for client projects with an entry in the vmoptions config file E.G. -Dsoapui.https.protocols=SSLv3,TLSv1.2 However from my testing it looks like this option does not affect mock service projects.If there is currently a way tocontrol the protocol for mock service projects please let me know, if there isn't I will request it as a new feature. Thanks, Steve955Views0likes0CommentsError: SoapUI MockServices Log for project
Followed below steps before deployment: https://www.soapui.org/soap-mocking/working-with-mockservices/ https://www.soapui.org/soap-mocking/deploying-mock-services-as-war-files/ I was using soap UI for mock service and war file generations. I'm able to generate a war file but after deployment in tomcat. when my service is running successfully in tomcat, I used soap UI to test the service. During which I'm getting below error/ <html> <head> <title>SoapUI MockServices Log for project [nb-workorder]</title> </head> <frameset rows="40%,40%,*"> <frame src="master"/> <frame name="detail" src="detail"/> <frame src="log"/> </frameset> </html> Can you please assist me. Thank You Dattathreya599Views0likes0Comments