Paul,
Yes - if you're using Axis 1.1 final and TOMCAT with the following
snips on your client;
call.setProperty(MessageContext.HTTP_TRANSPORT_VERSION,
HTTPConstants.HEADER_PROTOCOL_V11);
However, if you're using BEA WebLogic Application Server, you may
meet a trouble. I've just found a bug on this handling. So, I'll make
a bug report and submit a patch tomorrow.
--
Toshi <[EMAIL PROTECTED]>
-----Original Message-----
From: Paul Harman [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 14, 2003 7:17 PM
To: '[EMAIL PROTECTED]'
Subject: HTTP Chunking
Does AXIS accept (and is AXIS able to send) HTTP-chunked messages? I
haven't
been able to find out whether it can or not by looking through the
www.apache.org/axis web site...
If so, is it automatic, or something that needs to be configured (and if
so
how)?
Thanks,
Paul