Forum Discussion

haiaw's avatar
haiaw
Visitor
2 years ago

soapui-maven-plugin 5.7.0 Missing operation for soapAction

Hello,

 

I have java client to webservice and I am exposing the webservice as a mock in SoapUI. If I run the code, java client works fine with SoapUI mock when application is deployed and the mock is without SSL. When I start SSL mock then:

 

Response was of unexpected text/html ContentType. Incoming portion of HTML stream: <soapenv:Envelope

 

xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<soapenv:Fault>
<faultcode>Server</faultcode>
<faultstring>Missing operation for soapAction [http://xxx/wsdl/yyy] and body element [{http://www.w3.org/2001/04/xmlenc#}EncryptedData] with SOAP Version [SOAP 1.1]</faultstring>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>

  

No RepliesBe the first to reply