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 "Akos Gabriel (JIRA)" <ji...@apache.org> on 2007/09/13 19:07:35 UTC

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

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


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

Posted by "Samisa Abeysinghe (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527446 ] 

Samisa Abeysinghe commented on AXIS2C-693:
------------------------------------------

What is the version of libxml2 you are using?

> 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


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

Posted by "Akos Gabriel (JIRA)" <ji...@apache.org>.
    [ 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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


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

Posted by "Akos Gabriel (JIRA)" <ji...@apache.org>.
    [ 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:

gabriel@gabriel-laptop:~$ apt-cache show libxml2
Package: libxml2
Priority: optional
Section: libs
Installed-Size: 1436
Maintainer: Ubuntu Core developers <ub...@lists.ubuntu.com>
Original-Maintainer: Debian XML/SGML Group <de...@lists.alioth.debian.org>
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:ubuntu-users@lists.ubuntu.com
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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


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

Posted by "Akos Gabriel (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Akos Gabriel closed AXIS2C-693.
-------------------------------


solution found


> 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


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

Posted by "Samisa Abeysinghe (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527433 ] 

Samisa Abeysinghe commented on AXIS2C-693:
------------------------------------------

I captured the messages with ethereal and here are the messages:

POST /axis2/services/math HTTP/1.1

User-Agent: Axis2/C

Content-Length: 248

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:Body><ns1:add xmlns:ns1="http://ws.apache.org/axis2/services/math"><param1>40</param1><param2>8</param2></ns1:add></soapenv:Body></soapenv:Envelope>HTTP/1.1 200 OK

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

Content-Length: 207



<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"><soapenv:Header/><soapenv:Body><ns1:result xmlns:ns1="http://axis2/test/namespace1">48</ns1:result></soapenv:Body></soapenv:Envelope>


So the messages seem to be complete. Also note that I have tested Axis2/C with .NET and Axis2/Java and they seem to work fine. Please double check your installation, seems that there is some local problem on your machine

> 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


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

Posted by "Akos Gabriel (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12531742 ] 

Akos Gabriel commented on AXIS2C-693:
-------------------------------------

OK, I can confirm this.
Compiling libxml2 2.6.30 on RHEL4 and using that library the problem is solved.



> 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


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

Posted by "Akos Gabriel (JIRA)" <ji...@apache.org>.
    [ 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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


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

Posted by "Dinesh Premalal (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527426 ] 

Dinesh Premalal commented on AXIS2C-693:
----------------------------------------

I tested, both echo client and math client. Observed the messages however I didn't see such a failure in soap messages. Any clue to reproduce this bug.

> 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


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

Posted by "Samisa Abeysinghe (JIRA)" <ji...@apache.org>.
     [ 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