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

Call::getFaultAsXMLString() throws exception in CPP_DOC_PROVIDER mode, when there is no fault response.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Invalid
    • None
    • 1.6 Alpha
    • None
    • Axis 1.3
      Xerces 2.6.0

    Description

      Call::getFaultAsXMLString() throws exception in CPP_DOC_PROVIDER mode, when there is no fault response.

      For example, if a webservice sends clean response as below, above function throws error

      <SOAP-ENV:Envelope
      xmlns:SOAP-ENV = "http://schemas.xmlsoap.org/soap/envelope/"
      xmlns:xsd = "http://www.w3.org/2001/XMLSchema"
      xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance">
      <SOAP-ENV:Body>
      <ns1:addResponse xmlns:ns1 = "http://localhost/axis/Calculator">
      <addReturn>1224</addReturn>
      </ns1:addResponse>
      </SOAP-ENV:Body>
      </SOAP-ENV:Envelope>

      Attachments

        Activity

          People

            Unassigned Unassigned
            lineshm Linesh Mahadik
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: