You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Samisa Abeysinghe (JIRA)" <ji...@apache.org> on 2007/09/28 04:21:50 UTC

[jira] Resolved: (AXIS2C-693) SOAP envelope incorrect

     [ https://issues.apache.org/jira/browse/AXIS2C-693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Samisa Abeysinghe resolved AXIS2C-693.
--------------------------------------

    Resolution: Fixed

This issue happens because of a libxml2 issue, which is out of scope for us to fix.
The solution would be to either use a version of libxml2 that works or use Guththila parser.

> SOAP envelope incorrect
> -----------------------
>
>                 Key: AXIS2C-693
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-693
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: core/engine
>    Affects Versions: 1.0.0, 1.1.0
>         Environment: Ubuntu 7.0.4 on i386
>            Reporter: Akos Gabriel
>            Priority: Blocker
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org