A chunked response is typically a better option as eliminates the requirement 
to know the full size of the response before sending any data. It also, as I 
understand it, removes the limit on the size of the response.

Brett
-----Original Message-----
From: Demetris [mailto:demet...@ece.neu.edu] 
Sent: Thursday, August 04, 2011 10:17 AM
To: java-user@axis.apache.org
Subject: Chunked response


Hi all,

is there a way to configure the server not to returned chunked data? Or dealing 
with the chunked data (may be reading the returned response using InputStreams) 
is more efficient than eliminating it?

Thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org
For additional commands, e-mail: java-user-h...@axis.apache.org

----------------------------------------------------------------------
CONFIDENTIALITY NOTICE This message and any included attachments are from 
Cerner Corporation and are intended only for the addressee. The information 
contained in this message is confidential and may constitute inside or 
non-public information under international, federal, or state securities laws. 
Unauthorized forwarding, printing, copying, distribution, or use of such 
information is strictly prohibited and may be unlawful. If you are not the 
addressee, please promptly delete this message and notify the sender of the 
delivery error by e-mail or you may call Cerner's corporate offices in Kansas 
City, Missouri, U.S.A at (+1) (816)221-1024.

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org
For additional commands, e-mail: java-user-h...@axis.apache.org

Reply via email to