axiom_soap_header_block_set_attribute duplicate namespace creation
------------------------------------------------------------------
Key: RAMPARTC-80
URL: https://issues.apache.org/jira/browse/RAMPARTC-80
Project: Rampart/C
Issue Type: Improvement
Components: OMXMLSecurity
Affects Versions: 1.2.0
Reporter: Lukas JOSEFIK
Assignee: Malinda Kaushalye Kapuruge
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.