Uploaded image for project: 'Axis2-C'
  1. Axis2-C
  2. AXIS2C-693

SOAP envelope incorrect

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 1.0.0, 1.1.0
    • None
    • core/engine
    • None
    • Ubuntu 7.0.4 on i386

    Description

      See the following TCP dump of a call to math service with math client

      POST /axis2/services/echo HTTP/1.1

      User-Agent: Axis2/C

      Content-Length: 262

      Content-Type: application/soap+xml;charset=UTF-8

      Host: localhost:9090

      <soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"><soapenv:Header></soapenv:Header><soapenv:Body><ns1:echoString xmlns:ns1="http://ws.apache.org/axis2/c/samples"><text>Hello World!</text></ns1:echoString></soapenv:Body></soapenv:Envelope
      HTTP/1.1 200 OK

      Content-Type: application/soap+xml;charset=UTF-8

      Content-Length: 262

      <soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"><soapenv:Header></soapenv:Header><soapenv:Body><ns1:echoString xmlns:ns1="http://ws.apache.org/axis2/c/samples"><text>Hello World!</text></ns1:echoString></soapenv:Body></soapenv:Envelope

      Obviously the closing ">" from the </soapenv:Envelope> tag is missing. Because of that the product can't interoperate with anything else (what expects a well-formed XML)...
      I think this is a critical error.

      Attachments

        Activity

          People

            Unassigned Unassigned
            gabrielakos Akos Gabriel
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: