You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Jarek Gawor (JIRA)" <ax...@ws.apache.org> on 2006/03/23 19:29:19 UTC

[jira] Closed: (AXIS-2242) CommonsHTTPSender + Axis 1.2.1 generates garbage in SOAP xml

     [ http://issues.apache.org/jira/browse/AXIS-2242?page=all ]
     
Jarek Gawor closed AXIS-2242:
-----------------------------

    Resolution: Invalid

I'm going to close this bug as it seems it is a server issue. The server does not understand how to deal with HTTP/1.1 and chunked encoding.

> CommonsHTTPSender + Axis 1.2.1 generates garbage in SOAP xml
> ------------------------------------------------------------
>
>          Key: AXIS-2242
>          URL: http://issues.apache.org/jira/browse/AXIS-2242
>      Project: Apache Axis
>         Type: Bug
>     Versions: 1.2, 1.2.1
>  Environment: winnt, axis 1.2.1, IBM JRE 1.3
>     Reporter: Nils-Helge Garli

>
> Looking at the DEBUG log from httpclient.wire reveals that the String "50a" is written out before the actual SOAP xml. Of course, this causes failure of parsing the SOAP request on the receiving end, and an "500: Internal Server Error".
> The debug output looks like this:
> DEBUG httpclient.wire.content -  >> "50a[\r][\n]"
> DEBUG httpclient.wire.content -  >> "<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope.... (rest of soap request)
> I have no problems with Axis 1.2-RC2

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira