Hello Clement,

depending on the axis version being used, try:


// For older Axis versions, for example 1.0:
call.setScopedProperty(MessageContext.HTTP_TRANSPORT_VERSION,HTTPConstants.H
EADER_PROTOCOL_V11);

or:
      
// For new Axis versions, for example 1.2.1:
call.setProperty(MessageContext.HTTP_TRANSPORT_VERSION,HTTPConstants.HEADER_
PROTOCOL_V11);

/Best regards
Rickard S


Hi 

I'am relatively new to Axis.
I need to configure my axis Client to use HTTP/1.1 instead of HTTP/1.0.

I've searched this List and the Web but cannot find any description on
how to do this.

Can anyone point me in the correct direction here ?

Thanks

Clement


Reply via email to