Uploaded image for project: 'Axiom'
  1. Axiom
  2. AXIOM-56

Axiom should default to 'true'/'false' for SOAP 1.2 mustUnderstand per the SOAP 1.2 spec

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • None
    • None

    Description

      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

      Attachments

        Activity

          People

            david.illsley David Illsley
            david.illsley David Illsley
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: