Adding soap attributes to a soap message using a different soap namespace 
prefix get the default soap namespace prefix
----------------------------------------------------------------------------------------------------------------------

                 Key: WSCOMMONS-180
                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-180
             Project: WS-Commons
          Issue Type: Bug
          Components: AXIOM
         Environment: Axiom 1.2.2 / Axis2 1.1.1
            Reporter: Jörg Eichhorn
         Attachments: patch.diff

When adding a new soap attribute to a soap message which does not use the 
default soap namespace prefix, the attribute is added with the default soap 
namespace prefix (which is added to the document).
The setAttribute(String attributeName, String attrValue, String 
soapEnvelopeNamespaceURI) method of the classes 
org.apache.axiom.soap.impl.dom.SOAPHeaderBlockImpl and 
org.apache.axiom.soap.impl.llom.SOAPHeaderBlockImpl should check if the 
namespace with the given uri is already defined.

-- 
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]

Reply via email to