The given SOAPAction does not match an operation
Issue
- EAP6 で CXF ベースの WebServices を使用すると、エンドポイントから以下のようなSOAPフォルトレスポンスを取得します。
<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>
web サービスクライアントは、以前のバージョンの JBoss EAP では機能していました。EAP 6.0.1+ で問題が発生するのはなぜですか?
Environment
- JBoss Enterprise Application Platform (EAP)
- 6.0.1 (以上)
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.