What libraries are available for writing xml-rpc clients in native C++ or C?
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
2008-10-24 07:57:24
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
2008-12-17 15:50:01
+2
A:
I found a list of xml-rpc implementations in many different languages. Hopefully this list will be useful to others.
Nathan
2008-10-21 18:15:14