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

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

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

Re: Some "how can I" questions

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

Re: How to maintain the session using HttpClient in AXIS, with Tomcat Server

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

Re: How to maintain the session using HttpClient in AXIS, with Tomcat Server

2003-06-28 Thread 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: >

How to maintain the session using HttpClient in AXIS, with Tomcat Server

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

How to maintain the session using HttpClient in AXIS, with Tomcat Server

2003-06-26 Thread Chandra Talluri
; } 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

RE: How to keep the Connection open from the AXIS client

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

How to keep the Connection open from the AXIS client

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

Fw: How to get get the SOAPMessage reference from the Axis client while using WSDL2JAVA utiliity

2003-06-26 Thread Chandra Talluri
){  } }} 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

How to get get the SOAPMessage reference from the Axis client while using WSDL2JAVA utiliity

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