[
https://issues.apache.org/jira/browse/AXIS2C-693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12528016
]
Akos Gabriel commented on AXIS2C-693:
-------------------------------------
My version of libxml2 is:
[EMAIL PROTECTED]:~$ apt-cache show libxml2
Package: libxml2
Priority: optional
Section: libs
Installed-Size: 1436
Maintainer: Ubuntu Core developers <[EMAIL PROTECTED]>
Original-Maintainer: Debian XML/SGML Group <[EMAIL PROTECTED]>
Architecture: i386
Version: 2.6.27.dfsg-1ubuntu3
Depends: libc6 (>= 2.5-0ubuntu1), zlib1g (>= 1:1.2.1)
Recommends: xml-core
Conflicts: libxslt1.1 (<= 1.1.12-8)
Filename: pool/main/libx/libxml2/libxml2_2.6.27.dfsg-1ubuntu3_i386.deb
Size: 760798
MD5sum: b502402f33c1263d735f22bb5b47f645
SHA1: 836baeb299193c950adaaa9dad8a359cd26ced34
SHA256: c8277856fd095dbd98ce647eed6c8bf8a2df32921cbf79a628b0a3bf0552ab7b
Description: GNOME XML library
XML is a metalanguage to let you design your own markup language.
A regular markup language defines a way to describe information in
a certain class of documents (eg HTML). XML lets you define your
own customized markup languages for many classes of document. It
can do this because it's written in SGML, the international standard
metalanguage for markup languages.
.
This package provides a library providing an extensive API to handle
such XML data files.
Bugs: mailto:[EMAIL PROTECTED]
Origin: Ubuntu
Task: ubuntu-desktop, lamp-server, kubuntu-desktop, edubuntu-desktop,
edubuntu-server, xubuntu-desktop
> 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]