--Original Message-----
From: Chandra Talluri [mailto:[EMAIL PROTECTED]
Sent: Monday, June 30, 2003 4:50 PM
To: Axis-User (E-mail)
Subject: How can I tell the server not to send response with
"Transfer-Encoding: chunked"
Hi,
How can I tell the server not to send response with "Transf
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
Hi Frank
Extend your Server class with ServiceLifecycle, and
implement the init(Object ctx) method. Cast the ctx to ServletEndpointContext.
Look at the ServletEndpointContext api
This answers first half of your
question
-Chandra
- Original Message -
From:
Frank Apap
t in AXIS, with
Tomcat Server
> Chandra,
>
> Checked in the code. Please try it out. Next time, PLEASE follow
instructions for submitting a
> patch
(http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/SubmitPatches
)
>
> Thanks,
> dims
>
> --- Chandra Talluri <[
ook at the axis code
org\apache\axis\transport\http\CommonsHTTPSender.java. Tweak it if
> needed and send in a patch
>
(http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/SubmitPatches
)
>
> Thanks,
> -- dims
>
> --- Chandra Talluri <[EMAIL PROTECTED]> wrote:
>
Just some more info
I am also adding
to the wsdd file while deploying
If I don't add this destroy being called as expected for every request
-Original Message-
From: Chandra Talluri [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 26, 2003 4:56 PM
To: Axis-User (E-mail)
Subject
;
}
This is problem is not there If I use HTTPSender. But that won't keep
connections open :(
Thanks in advance
-Chandra Talluri
NetNumber.com, Inc.
650 Suffolk Street
Suite 307
Lowell, MA 01854
Tel: 978-848-2841
[EMAIL PROTECTED]
http://www.netnumber.com
t; using a proxy server it would probably prevent it anyway. Most proxy
servers only support HTTP
> 1.0. Maybe sometime in the future.
>
> Rick Kellog
>
> -----Original Message-
> From: Chandra Talluri [mailto:[EMAIL PROTECTED]
> Sent: Thursday, June 26, 2003 3:19 PM
> To:
(true);
http.doit(args[0]);
http.doit(args[1]); //Here I am getting new connection
-Thanks in advance
-Chandra Talluri
NetNumber.com, Inc.
650 Suffolk Street
Suite 307
Lowell, MA 01854
Tel: 978-848-2841
[EMAIL PROTECTED]
http://www.netnumber.com
){
} }}
Rey.
- Original Message -From: "Chandra Talluri"
<[EMAIL PROTECTED]>Date: Thu, 26 Jun 2003 00:47:40 -0400To:
<[EMAIL PROTECTED]>Subject: How to get get the SOAPMessage reference
from the Axis client while using WSDL2JAVA utiliity
We are t
We are trying to use AXIS with Tomcat. We
want client to open a connection to the server which has webservice
and send many soap messages without closing the connection. Is there a
way of doing it. I thought about setting http header
Connetcion: keep-alive
But I don't see how I can get
11 matches
Mail list logo