4sxs_Consulting
13 years agoNew Contributor
WebUI in the Soap answer
Hello,
I created a soapui project with a mock service. I generated an WAR file and deployed it on a tomcat server.
Endpoint is http://xx.xx.xx.xx:8080/mock1. I can succesfully with soapui send requests and get the answers too.
I created a second SoapUI-projekt with a second mock service (other WSDL file), generated the war file and deploy it on the tomcat server too.
Endpoint is http://xx.xx.xx.xx:8080/mock2.
When I send a request on this endpoint I received the webui HTML code as a response:
Am I doing something wrong?
Thanks and regards,
Matthieu
I created a soapui project with a mock service. I generated an WAR file and deployed it on a tomcat server.
Endpoint is http://xx.xx.xx.xx:8080/mock1. I can succesfully with soapui send requests and get the answers too.
I created a second SoapUI-projekt with a second mock service (other WSDL file), generated the war file and deploy it on the tomcat server too.
Endpoint is http://xx.xx.xx.xx:8080/mock2.
When I send a request on this endpoint I received the webui HTML code as a response:
<html>
<head>
<title>soapUI MockServices Log for project xxxxxxxx</title>
</head>
<frameset rows="40%,40%,*">
<frame src="master"/>
<frame name="detail" src="detail"/>
<frame src="log"/>
</frameset>
</html>
Am I doing something wrong?
Thanks and regards,
Matthieu