axiom_soap_header_block_set_attribute duplicate namespace creation
------------------------------------------------------------------
Key: AXIS2C-1048
URL: https://issues.apache.org/jira/browse/AXIS2C-1048
Project: Axis2-C
Issue Type: Improvement
Affects Versions: 1.2.0
Reporter: Lukas JOSEFIK
axiom_soap_header_block_set_attribute creates new attribute for mustUnderstand
and declare soap envelope namespace if parent has another prefix and the result
follows:
<SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<SOAP-ENV:Header>
<wsse:Security soapenv:mustUnderstand="1"
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]