ContributionsMost RecentMost LikesSolutionsdifferent mock services show same WSDL Hi, I'm running 3 Mockservices from different projects with slightly modified command set. They are running with same path, but on different ports. When I run each of them separately, everything is ok. But when I start two simultanously, I get the WSDL file of the service I started first on both ports. Now what could be the root cause is, that I copied the complete project into a new one and applied the changes afterwards. How can I get rid of this problem. regards, Stefan Content is not allowed in prolog. How can I find out, where this error in error in my SOAP MockService comes from: ERROR:com.eviware.soapui.impl.wsdl.mock.DispatchException: org.apache.xmlbeans.XmlException: error: Content is not allowed in prolog. thanks, Stefan How can I skip an empty request in a SOAP MockService? Hi, I'm having some nasty third party software, that seems to send an empty request just before every SOAP request. Unfortunately, the SOAP MockService returns an error 500 in this case. Moreover I get the XmlException: Content is not allowed. In an OnRequest Script I can see that mockRequest.getRequestContent()==null. Can you tell me how I can end the request procession in this case so that the MockService does not return an error but skips this request? thanks, Stefan