Axiom should default to 'true'/'false' for SOAP 1.2 mustUnderstand per the SOAP
1.2 spec
----------------------------------------------------------------------------------------
Key: WSCOMMONS-150
URL: https://issues.apache.org/jira/browse/WSCOMMONS-150
Project: WS-Commons
Issue Type: Bug
Components: AXIOM
Reporter: David Illsley
The SOAP 1.2 spec states [1]:
If generating a SOAP mustUnderstand attribute information item, a SOAP
sender SHOULD use the canonical representation "true" of the attribute value
The current Axiom implementation defaults instead to using 1 and 0. This occurs
in SOAP12HeaderBlockImpl.setMustUnderstand(boolean)
This should be changed to use "true" and "false" and let those who want to use
"1" and "0" use setMustUnderstand(String)
[1] http://www.w3.org/TR/soap12-part1/#soapmu
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]