[
https://issues.apache.org/jira/browse/AXIS2C-693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527650
]
Akos Gabriel commented on AXIS2C-693:
-------------------------------------
Dinesh: install ubuntu 7.04 on i386, update it to be current, and you will see.
Anyway I'll test this on another ubuntu machine and on another linuxen as well
(on Monday).
Samisa: on Monday I'll be able to tell you the exact libxml2 version (most
recent of Ubuntu 7.04)
> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]