[ https://issues.apache.org/jira/browse/AXIS2C-693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12528887 ]
Akos Gabriel commented on AXIS2C-693: ------------------------------------- I've checked it on ubuntu 6.06.1LTS with version: ii libxml2 2.6.24.dfsg-1ubuntu1 GNOME XML library Following is the output: 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> ... so the answer is RIGHT! Maybe this bug is caused by something done in libxml2 ? > 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]