RE: HowTo change Transport type from HTTP/1.0 to HTTP/1.1

2003-02-18 Thread Norris Merritt
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

Re: HowTo change Transport type from HTTP/1.0 to HTTP/1.1

2003-02-18 Thread Kamlesh Patel
"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

Re: HowTo change Transport type from HTTP/1.0 to HTTP/1.1

2003-02-18 Thread Steve Loughran
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

HowTo change Transport type from HTTP/1.0 to HTTP/1.1

2003-02-17 Thread Kamlesh Patel
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