How to configure SOAPConnection to use chunked transfer-encoding?

2004-11-24 Thread Weijian Fang
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

Transfer-Encoding=chunked

2004-05-14 Thread Joe Plautz
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

transfer-encoding

2003-11-20 Thread Gabor Bartha
Hi guys, Is Axis with Tomcat support or accept the request body encoding in the HTTP 1.1 chunked transfer-encoding format? thsnka, Gabor

RE: How can I tell the server not to send response with "Transfer-Encoding: chunked"

2003-07-01 Thread Chandra Talluri
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 ---

How can I tell the server not to send response with "Transfer-Encoding: chunked"

2003-06-30 Thread Chandra Talluri
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

Setting Mime Header - Content-Transfer-Encoding

2003-02-03 Thread Horn, Rob
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 to disable transfer encoding chunked

2002-11-20 Thread Arno de Quaasteniet
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