Re: Axis 1.4 configuration to use HTTP/1.1

2007-10-08 Thread Mario Felarca
- - Original Message From: "Walker, Jeff" <[EMAIL PROTECTED]> To: axis-user@ws.apache.org Sent: Monday, October 8, 2007 11:27:23 AM Subject: RE: Axis 1.4 configuration to use HTTP/1.1 DIV { MARGIN:0px;} Hi Mario, Shadab got his problem solved. (He wanted to use HTTP 1.1 in

Re: Axis 1.4 configuration to use HTTP/1.1

2007-10-08 Thread Mario Felarca
27;ll make this change first and go from there. Thanks again for the help! Mario- - Original Message From: "Walker, Jeff" <[EMAIL PROTECTED]> To: axis-user@ws.apache.org Sent: Monday, October 8, 2007 11:27:23 AM Subject: RE: Axis 1.4 configuration to use HTTP/1.1

RE: Axis 1.4 configuration to use HTTP/1.1

2007-10-08 Thread Walker, Jeff
From: Mario Felarca [mailto:[EMAIL PROTECTED] Sent: Monday, October 08, 2007 11:56 AM To: axis-user@ws.apache.org Subject: Re: Axis 1.4 configuration to use HTTP/1.1 Hello Shadab! Sorry I was not able to reply to this until now.

Re: Axis 1.4 configuration to use HTTP/1.1

2007-10-08 Thread Mario Felarca
Hello Shadab! Sorry I was not able to reply to this until now. I was trying to set the configuration of the client-side transport to utilize CommonsHTTPSender via settings on the Call object. That was not working. Jeff had given me some alternatives to try, such as setting the properties on the

RE: Axis 1.4 configuration to use HTTP/1.1

2007-10-03 Thread Alick Buckley
essage- From: Walker, Jeff [mailto:[EMAIL PROTECTED] Sent: Thursday, 4 October 2007 2:35 AM To: axis-user@ws.apache.org Subject: RE: Axis 1.4 configuration to use HTTP/1.1 Hi, So, I tried playing around with the http version. Theoretically, you should be able to set a property on the binding (o

RE: Axis 1.4 configuration to use HTTP/1.1

2007-10-03 Thread Walker, Jeff
Hi, So, I tried playing around with the http version. Theoretically, you should be able to set a property on the binding (or at least, the Call object) to switch between http 1.0 and http 1.1 This did not work. I could only manage to change to http 1.1 by editing the method writeToSocket() in HTT