You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Ada Lam <al...@syndesis.com> on 2005/04/08 22:10:02 UTC

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.MessageContext.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