Don't bother wasting your time. Axis does not support this functionality. In fact, if you are 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: Axis-User (E-mail) Subject: How to keep the Connection open from the AXIS client Hi I wanted to open a connection and do multiple requests/responses and close the connection. When I am using the default axis client generated by WSDL2JAVA every time I make a request it is opening a new Connection. I am using Tomcat server. As I understand HTTP 1.1 will keep the connection open always. I even tried sending Connection: Keep-Alive in the request Header didn't work. Code Snippet for Client is HttpService service = new HttpServiceLocator(); Http http= service.getHttp(); ((HttpSoapBindingStub)http).setMaintainSession(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
