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 "Oleg Kalnichevski (JIRA)" <ax...@ws.apache.org> on 2005/09/30 11:56:54 UTC

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

    [ http://issues.apache.org/jira/browse/AXIS-2242?page=comments#action_12330922 ] 

Oleg Kalnichevski commented on AXIS-2242:
-----------------------------------------

I suspect what you see is the chunk header, which is perfectly valid assuming the chunk encoding is being used. If you attach the complete wirelog to this report and I will be able to tell if HttpClient generates malformed HTTP requests.

Oleg

> 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