tags:

views:

481

answers:

1

My code was earlier working with soapUi2.5. but when I started working with soapUI2.5.1, I started getting this error.

com.eviware.soapui.impl.wsdl.mock.DispatchException: Missing operation for soapAction [http://SEWSI.ServiceContracts/2008/09/ReceiveSubscription%5D and body element [{h ttp://SEWSI.ServiceContracts/2008/09}ReceiveSubscriptionRequest] with SOAP Version [SOAP 1.1]

I would appreciate if some can explain me what this signifies.

A: 

I don't know for sure, but I bet it means that soapUI thinks it's telling the truth. It thinks there should be an operation for that combination, but it can't find one. Did you maybe update the WSDL but not the MockService? In this case, the difference in soapUI version would be a coincidence.

John Saunders