C++ Library for XML-RPC

xyzt picture xyzt · May 11, 2010 · Viewed 7k times · Source

There is a list of C++ XMLRPC implementations in Wikipedia:

I wonder that people use which of these libraries most. Do you have experience with these libraries?

Answer

Garett picture Garett · May 11, 2010

I've used gSOAP in the past. I found it pretty nice to work with. It's fairly mature and runs on a variety of platforms. I thought the documentation, along with examples to be sufficient. We used it on a project that needed to communicate with ASP.NET web services from a Linux environment.