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/05/06 19:50:59 UTC

[jira] [Created] (CXF-6394) Add an option to add the namespace map of the container element in the message

Akitoshi Yoshida created CXF-6394:
-------------------------------------

             Summary: Add an option to add the namespace map of the container element in the message
                 Key: CXF-6394
                 URL: https://issues.apache.org/jira/browse/CXF-6394
             Project: CXF
          Issue Type: Improvement
          Components: Soap Binding
    Affects Versions: 3.0.5
            Reporter: Akitoshi Yoshida
            Assignee: Akitoshi Yoshida


When there is no DOM node is created during the inbound SOAP message processing, the body child is represented by the Source object. 

It seems reasonable to add an option to create a map containing the namespace declarations during the SOAP envelope parsing and put it in the message so that one can directly access this map later in their application (e.g. in camel-cxf).

This behavior is related to the recent versions of CXF which no longer create a DOM node by default.






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)