You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Saminda Abeyruwan <sa...@opensource.lk> on 2005/06/15 07:07:56 UTC

[Axis2] HTTP Transport Selection

Hi all,

 

To get the full support of the commons-httpclient.jar and support HTTP
transport selection, we need the following capabilities for Message Context.


 

1.	To select the version of HTTP protocol, Message Context should
support with a property to get the version of HTTP.
2.	To get the flexibility, if Call.setTransportInfo(String, String,
Boolean) is given with overload signature of Call.setTranportInfo(String,
String, String httpVersion, Boolean); 

 

We hope to write this code in a new class as CommonsHTTPTransportSender.

 

Please help us on this. 

 

Thanks