5

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

Nathan
  • 1,356
  • 2
  • 10
  • 16

2 Answers2

5

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

korona
  • 2,308
  • 1
  • 22
  • 37
  • 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