Forum Discussion

vishnumishra88's avatar
vishnumishra88
Occasional Contributor
6 years ago

SoapUI Mock Service not exposing WSDL

I am trying to create a mock service using WSDL in Soap UI Open Source 5.4.0. And it was created correctly, I am able to test it properly from my Soap UI Request.


But then I create WAR and deploy it on tomcat server. Problem is when my application tries to create a client it requests the WSDL which Web Application(created via Soap UI WAR) doesn't returns and it fails. It just returns two lines and not complete WSDL. Below is the content which is returned while getting WSDL (after using the ?WSDL in the URL Endpoint). Can any one suggest some solution here ?

 

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:import namespace="http://docs.oasis-open.org/ns/cmis/ws/200908/" location="/cmismock?WSDL&interface=ObjectServicePortBinding&part=cmis.wsdl"> </wsdl:import>
<wsdl:import namespace="http://docs.oasis-open.org/ns/cmis/ws/200908/" location="/cmismock?WSDL&interface=RepositoryServicePortBinding&part=cmis.wsdl"> </wsdl:import>
</wsdl:definitions>

5 Replies