tags:

views:

434

answers:

2

What libraries are available for writing xml-rpc clients in native C++ or C?

+4  A: 

You might want to check out either xmlrpc-c or xmlrpc++.

korona
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
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
+2  A: 

I found a list of xml-rpc implementations in many different languages. Hopefully this list will be useful to others.

Nathan