Reason for bringing it up is that we went thru the same problems in Axis2/Java and finally settled down on Jakarta Commons HTTPClient. It's real easy to get something trivial working and then it goes complicated quickly (GZip streams? SSL? NTLM?)...
thanks -- dims On 1/8/06, Sahan Gamage <[EMAIL PROTECTED]> wrote: > Davanum Srinivas wrote: > > >Sahan, > > > >Did anyone look for alternatives? say libcurl? > (http://curl.haxx.se/libcurl/) > > > >thanks, > >dims > > > >On 1/8/06, Sahan Gamage <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > > I have created axis2_http_client.h and axis2_http_client.c to > > implement the HTTP client functionality. Even though it can handle > > simple request/response scenarios, lot of improvemnts have to be done > > to handle complex cases (redirection, 100-continues). Pls review and > > commit the initial version. > > > > - Sahan > > Hi Dims, > > Thanks for the link. I will look at it. > > - Sahan > >-- > >Davanum Srinivas : http://wso2.com/blogs/ > > > > -- Davanum Srinivas : http://wso2.com/blogs/
