The Jakarta Commons HttpClient is available at:
http://jakarta.apache.org/commons/httpclient/index.html

Enjoy!
Rick


-----Original Message-----
From: Chandra Talluri [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 26, 2003 4:02 PM
To: [EMAIL PROTECTED]
Subject: RE: How to keep the Connection open from the AXIS client


Where can get the jar file for class CommonsHTTPSender and package
org.apache.commons. I don't see these in AXIS Final Version 1.1.

-----Original Message-----
From: Davanum Srinivas [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 26, 2003 3:25 PM
To: [EMAIL PROTECTED]
Subject: RE: How to keep the Connection open from the AXIS client


It might work if you use CommonsHTTPSender...Check the archives.

-- dims

--- "Kellogg, Richard" <[EMAIL PROTECTED]> wrote:
> 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
>
>
>


=====
Davanum Srinivas - http://webservices.apache.org/~dims/

__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com



Reply via email to