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