Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
3.0.5
-
None
-
None
-
Unknown
Description
Currently, when using SOAP 1.2, CXF extracts the SOAPAction value from the message's content type by looking for the action property. When there is an attachment in the message, this action property may not be available at the package's content-type header when the message is not an MTOM message.
To ensure the interoperability with other implementations, this extraction code needs to be made more robust and look into the root part's content-type if the action property is not available at the package's content-type.
This problem relates to CXF-6431.
Attachments
Issue Links
- duplicates
-
CXF-6433 SOAPAction value may not be extracted correctly for SOAP 1.2 with Attachments
- Closed