vote up 1 vote down star
1

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

flag

2 Answers

vote up 3 vote down check

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

link|flag
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 7: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
vote up 1 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.