The given SOAPAction does not match an operation
Issue
- While using CXF Based WebServices in EAP6, I get the following fault SOAP response from my endpoint:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<soap:Fault>
<faultcode>soap:Server</faultcode>
<faultstring>The given SOAPAction [soap-action] does not match an operation.</faultstring>
</soap:Fault>
</soap:Body>
</soap:Envelope>
Note that my web service client worked on previous version of JBoss EAP. Why does it now break on EAP 6.0.1+?
Environment
- JBoss Enterprise Application Platform (EAP)
- 6
- 7
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.