Re: [AXIS2C]LibWWW as AXIS2C Transport

2007-02-01 Thread Dinesh Premalal
Hi Vijesh, There are some problems in transport that we need to sort out. Hopefully we will be able to do it in coming week or so. And also there is an open jira for implementing libcurl base transport. That will going to happen soon. Until then if you need a reference to implementation of such

[AXIS2C]LibWWW as AXIS2C Transport

2007-02-01 Thread VijesH
hi, I found that LibWWW Transport support is available to AXIS/C++. I need to implement LibWWW as a Transport to AXIS2/C. How will I go about doing this? The documentation says that need to implement the interfaces in axis2_transport_sender.h and axis2_transport_receiver.h. So how should I start?