Re: [Axis2] Bizarre chunked thing

2006-08-12 Thread Ajith Ranabahu
Hi, Have you looked at the messages through TCPMon (just to make sure the payload is chunked or not) ? Ajith On 8/11/06, Brecht Yperman [EMAIL PROTECTED] wrote: Hi, when using Axis-1.0, I had to put (CHUNKED = true) to call the Google Webservice

[Axis2] Bizarre chunked thing

2006-08-11 Thread Brecht Yperman
Hi, when using Axis-1.0, I had to put (CHUNKED = true) to call the Google Webservice client.getOptions().setProperty(MessageContextConstants.CHUNKED, new Boolean(true)); otherwise I'd get a java.net.SocketException: Software caused connection abort: recv failed; Now I'm using the snapshot (aug