Error: 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 Dattathreya602Views0likes0CommentsMock 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, Steve956Views0likes0Comments