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

Steve Loughran commented on AXIS-2242:
--------------------------------------

Can I add that the POST request clearly says "HTTP/1.1", and the HTTP1.1 spec 
cleary says

   All HTTP/1.1 applications MUST be able to receive and decode the
   "chunked" transfer-coding, and MUST ignore chunk-extension extensions
   they do not understand.

That is: if the far end accepted a request with an HTTP1.1 header and cannot 
handle chunks, then it is in error. Whose HTTP stack is it?

> 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

Reply via email to