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

wrong xml for a service call which is not registered at the server.

    XMLWordPrintableJSON

Details

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

    Description

      <?xml version='1.0' encoding='utf-8' ?>
      <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>
      <SOAP-ENV:Fault>
      <faultcode>SOAP-ENV:Client</faultcode>
      <faultstring>Requested service is not registerd at the server</faultstring>
      <faultactor>server name:listen port</faultactor>
      <detail><appSpecific><detail>AxisWsddException:Requested service not found</detail>
      </appSpecific></detail>
      </SOAP-ENV:Fault>
      </SOAP-ENV:Body>
      </SOAP-ENV:Envelope>

      above is a SOAP message for a service call for which the service is not registered at the server. We can find some problems in the xml stream in the following line.

      <detail><appSpecific><detail>AxisWsddException:Requested service not found</detail>
      </appSpecific></detail>

      Here we can find another <detail> tag inside a <detail> tag.

      Attachments

        Activity

          People

            dchandradasa Marcus Dushshantha Chandradasa
            dchandradasa Marcus Dushshantha Chandradasa
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: