the createCall() routine.
-Original Message-
From: Kamlesh Patel [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 18, 2003 10:02 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: HowTo change Transport type from HTTP/1.0 to HTTP/1.1
Actually I have a patche
"Steve Loughran" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 18, 2003 9:43 AM
Subject: Re: HowTo change Transport type from HTTP/1.0 to HTTP/1.1
you need to wait for http1.1 support in axis, including persistent
connections. Which means you either
From: "Kamlesh Patel" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, February 17, 2003 17:55
Subject: HowTo change Transport type from HTTP/1.0 to HTTP/1.1
Hi,
I have written a simple client program using AXIS to connect to a gSOAP
based server. By default is uses
Hi,
I have written a simple client program using AXIS
to connect to a gSOAP based server. By default is uses HTTP/1.0. Is there a
simple way to change this from the client code. I used the WSDL2Java tool to
create my java stubs.
Basically I want to use the persistent connection
feature