Forum Discussion
jhberges
13 years agoNew Contributor
Follow up:
Inspecting the logs while running in the GUI, I can see:
The WSDL defines:
TIA, for all help on this.
Inspecting the logs while running in the GUI, I can see:
Tue Apr 10 11:44:17 CEST 2012:ERROR:com.eviware.soapui.impl.wsdl.mock.DispatchException: Missing operation for soapAction [] and body element [{http://www.tilgin.com/CentreConnector}changeSoftware] with SOAP Version [SOAP 1.1]
com.eviware.soapui.impl.wsdl.mock.DispatchException: Missing operation for soapAction [] and body element [{http://www.tilgin.com/CentreConnector}changeSoftware] with SOAP Version [SOAP 1.1]
at com.eviware.soapui.impl.wsdl.support.soap.SoapUtils.findOperationForRequest(SoapUtils.java:359)
at com.eviware.soapui.impl.wsdl.mock.WsdlMockRunner.dispatchPostRequest(WsdlMockRunner.java:250)
at com.eviware.soapui.impl.wsdl.mock.WsdlMockRunner.dispatchRequest(WsdlMockRunner.java:375)
at com.eviware.soapui.monitor.JettyMockEngine$ServerHandler.handle(JettyMockEngine.java:715)
The WSDL defines:
<wsdl:operation name="changeSoftware" parameterOrder="in0 in1 in2">
<wsdl:input message="impl:changeSoftwareRequest" name="changeSoftwareRequest"/>
<wsdl:output message="impl:changeSoftwareResponse" name="changeSoftwareResponse"/>
</wsdl:operation>
<wsdl:operation name="changeSoftware" parameterOrder="in0 in1">
<wsdl:input message="impl:changeSoftwareRequest1" name="changeSoftwareRequest1"/>
<wsdl:output message="impl:changeSoftwareResponse1" name="changeSoftwareResponse1"/>
</wsdl:operation>
TIA, for all help on this.