What libraries are available for writing xml-rpc clients in native C++ or C?
Asked
Active
Viewed 1,724 times
2 Answers
5
-
the xmlrpc-c library didn't work for me (using Windows XP and Visual Studio 6) alas the xmlrpc++ did work flawlessly (altough they said that it won't work) – bernhardrusch Oct 24 '08 at 07:57
-
While I had some work in porting, Xmlrpc-c worked fine for me on two real-time operating systems, and its support for Linux is fine. Don't write it off without trying it. – Troy J. Farrell Dec 17 '08 at 15:50
4
I found a list of xml-rpc implementations in many different languages. Hopefully this list will be useful to others.

Nathan
- 1,356
- 2
- 10
- 16