You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by "David Illsley (JIRA)" <ji...@apache.org> on 2007/01/15 15:48:27 UTC

[jira] Assigned: (WSCOMMONS-150) Axiom should default to 'true'/'false' for SOAP 1.2 mustUnderstand per the SOAP 1.2 spec

     [ https://issues.apache.org/jira/browse/WSCOMMONS-150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Illsley reassigned WSCOMMONS-150:
---------------------------------------

    Assignee: David Illsley

> 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
>         Assigned To: 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: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org