You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Akitoshi Yoshida (JIRA)" <ji...@apache.org> on 2015/06/02 17:49:44 UTC

[jira] [Created] (CXF-6433) SOAPAction value may not be extracted correctly for SOAP 1.2 with Attachments

Akitoshi Yoshida created CXF-6433:
-------------------------------------

             Summary: 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


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)