Change your sender config to use commonsHTTPSender instead of the
default HTTPSender class.

Cheers
Simon 

> -----Original Message-----
> From: Ada Lam [mailto:[EMAIL PROTECTED] 
> Sent: Friday, April 08, 2005 1:10 PM
> To: axis-user@ws.apache.org
> Subject: POST HTTP/1.1
> 
> Hi all,
> 
> I am currently using axis 1.2 RC3.   I want to send SOAP message to 
> server via POST HTTP/1.1.  However, axis is using POST HTTP/1.0.
> I've tried to change it by doing:
> call.getMessageContext().setProperty(org.apache.axis.MessageCo
> ntext.HTTP_TRANSPORT_VERSION,
> org.apache.axis.transport.http.HTTPConstants.HEADER_PROTOCOL_11);
> 
> But it doesn't work.   How can I change the HTTP version from 
> 1.0 to 1.1 
> in axis?
> 
> Thanks in advance!
> 
> Regards,
>   Ada
> 
> 
> 
> 

Reply via email to