Adding support to header mediator to contain complex XML
--------------------------------------------------------

                 Key: SYNAPSE-841
                 URL: https://issues.apache.org/jira/browse/SYNAPSE-841
             Project: Synapse
          Issue Type: Wish
          Components: Core
            Reporter: Ishan Jayawardena
            Priority: Trivial


Currently the header mediator only supports simple valued headers. Therefore it 
is desirable to add support to have XML structured headers such as the 
following by embedding the XML content within the <header> element itself.
<header>
    <m:complexHeader xmlns:m="http://org.synapse.example";>
        <property key="k1" value="v1" />
        <property key="k2" value="v2" />
    </m:complexHeader>
</header>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@synapse.apache.org
For additional commands, e-mail: dev-h...@synapse.apache.org

Reply via email to