Uploaded image for project: 'Axis-C++'
  1. Axis-C++
  2. AXISCPP-57

SOAP namespace error

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • current (nightly)
    • 1.3 Final
    • Serialization
    • None
    • All platforms

    Description

      The namespace used in the envilope and fault are different.
      Possible reason: Hardcoded soap version in SoapFault source code

      <?xml version='1.0' encoding='utf-8' ?>
      <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"
      xmlns:xsd="http://www.w3.org/2001/XMLSchema"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <env:Body>
      <SOAP-ENV:Fault>
      <faultcode>SOAP-ENV:Client</faultcode>
      <faultstring>Soapmethod is not allowed to invoke</faultstring>
      <faultactor>none</faultactor>
      </SOAP-ENV:Fault>
      </env:Body>
      </env:Envelope>

      Attachments

        Activity

          People

            Unassigned Unassigned
            samisa Don Samisa Abeysinghe
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: