[
https://issues.apache.org/jira/browse/CXF-6433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Akitoshi Yoshida resolved CXF-6433.
-----------------------------------
Resolution: Fixed
Fix Version/s: 2.7.17
3.0.6
3.1.1
> SOAPAction value may not be extracted correctly for SOAP 1.2 with Attachments
> -----------------------------------------------------------------------------
>
> Key: CXF-6433
> URL: https://issues.apache.org/jira/browse/CXF-6433
> Project: CXF
> Issue Type: Bug
> Components: Soap Binding
> Affects Versions: 3.0.5
> Reporter: Akitoshi Yoshida
> Assignee: Akitoshi Yoshida
> Fix For: 3.1.1, 3.0.6, 2.7.17
>
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)