Hi, I'm investigating using Axis2/C to query a web service and have successfully used the WSDL2C tool to create a asynchronous client interface. However I have a few questions.
I can see that its using curl to make the HTTP requests but what asynchronous mechanism is it using? poll, epoll, kevent etc? Is there an option to generate C++ code like in Axis 1? Is the generated client thread safe? Does the generated client manage the number of connections made to a web service? Thanks Ben