Forum Discussion

lnayda's avatar
lnayda
New Contributor
15 years ago

Missing operation for soapAction

I am receiving the Soap Fault in response to sending a request to the Mock Service created with my WSDL. I am using SoapUI v3.6.1.
When my WSDL defined only 1 operation all worked fine, but once I created a 2nd operation this error occurred.

"Missing operation for soapAction [<my_action_name>] and body element [<my_element_name>] with SOAP Version [SOAP 1.2]"

Reviewing the WSDL I can confrim that both the soapAction and body element exist and are defined correctly. As per a previous post I have tried turning off the "HTTP Settings/Enable Mock HTTP Log" which did not work. I have also tried the enabling and disabling of the "Require SOAP Action" flag for the Mock Service and always returns the same error.

Any suggestions?

Any help is appreciated.