[ http://issues.apache.org/jira/browse/AXIS-2242?page=comments#action_12330935 ]
Oleg Kalnichevski commented on AXIS-2242: ----------------------------------------- I have to plead complete ignorance about Axis, so I leave this report to Axis folks to pick up. As far as HttpClient is concerned one can easily disable chunk encoding for HTTP/1.1 requests or simply force Httpclient to fall back onto HTTP/1.0 protocol, which will effectively disable chunk encoding support. For details see the HttpClient Preference Architecture Guide: http://jakarta.apache.org/commons/httpclient/preference-api.html 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
