Hi,
I am using SOAPConnection to send SOAPMessage. I would like to configure
the SOAPConnection to use chunked transfer-encoding. I try very hard on
google, Axis API doc, and AXIS document, but still can not work out.
Anyone can give me some clue? Thank you very much.
--
Best regards,
Weijian
Hello all, I'm not sure where to post this one? But here it goes.
I am having an issue with a chunked response when connecting to Axis on
Tomcat using Power Builder. Aparently, Power Builder issues a request using
HTTP 1.1 but it does not accept a chunked response back. Does anyone know if
there i
Hi guys,
Is Axis with Tomcat support or accept the request body encoding in the
HTTP 1.1 chunked transfer-encoding format?
thsnka,
Gabor
Went through the code and found it is not possible to send without
"Transfer-Encoding: chunked" it is because the sendResponse() of
AxisServlet never sets the Content-Length of the response. So the servlet
engine will do chunking if content-length is not specified.
-Chandra
---
Hi,
How can I tell the server not to send response with "Transfer-Encoding:
chunked".
I deployed AXIS webservice on Tomcat 4.1.24 server. When I send the message
the response comes back is chunked.
Thanks
-Chandra Talluri
NetNumber.com, Inc.
650 Suffolk Street
Suite 307
Lowell, MA
Title: Setting Mime Header - Content-Transfer-Encoding
Hi,
I am using SOAP with attachments and have created a DataSource class to handle Base64 Encoding of ByteArrayInput/Output streams. I can successfully create the attachments but cannot work out how to set the Mime Header for the
How can I disable the transfer encoding chunked for messages returned by
the Axis server. It seems that some clients have problems with this.
Thanks,
Arno