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 10) and MessageContextConstants.CHUNKED
is deprecated, so I use HttpConstants.CHUNKED.

client.getOptions().setProperty(HTTPConstants.CHUNKED, new
Boolean(false));

The bizarre thing is, now I have to set it to false otherwise I get the
same exception...


It's not really a problem ofcourse, but I thought I'd mention it.

Brecht


Invenso - The "Integration Software" specialists.
_____________________________________________
Brecht Yperman
Development team

Direct: +32 (0)3 780 30 05
Email: [EMAIL PROTECTED]
INVENSO bvba
Industriepark-West 75
9100 Sint-Niklaas
Belgium - Europe

Phone: +32 (0)3 780 30 02
Fax: +32 (0)3 780 30 03
Email: [EMAIL PROTECTED] 
Website: www.invenso.com 
"E-mail disclaimer: This e-mail, and any attachments thereto, is
intended only for use by the addressee(s) named herein and may contain
legally privileged and/or confidential information. If you are not the
intended recipient, please note that any review, dissemination,
disclosure, alteration, printing, copying or transmission of this e-mail
and/or any file transmitted with it, is strictly prohibited and may be
unlawful. If you have received this e-mail by mistake, please
immediately notify the sender and permanently delete the original as
well as any copy of any e-mail and any printout thereof."


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to