Bare with me please I haven't dealt with this in a while so my specifics might not be accurate. As you maybe aware of chunking is part of the HTTP 1.1 specification. If you are specifying that you are submitting a request in in HTTP 1.1 that means you will accept chunking in return. If you submit in 1.0 you should not receive chunks back. Tomcat went 1.1 specification in version 4.0 if I remember correctly. If you wish to chunk your request I'm not sure how to do that in Axis, but in a raw socket you'd flush your connection every so often. There are lots of URLS on this for HTTP 1.1.

Ana Carolina Chaves Machado wrote:
Ana Carolina Chaves Machado writes:

Hi,
Somebody would know to inform which the version of the apache axis (Java) and the TOMCAT that supports chunking? I have read several mails on the subject, but still not what I must make in my application client to qualify chunking. Thanks,


.

Reply via email to