Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C++ Library for XML-RPC [closed]

Tags:

c++

xml-rpc

There is a list of C++ XMLRPC implementations in Wikipedia:

  • Libiqxmlrpc
  • Ultra lightweight XML-RPC library for C++
  • XML-RPC for C and C++
  • XmlRpc++
  • XmlRpc C++ client for Windows
  • gSOAP toolkit for C and C++ supporting XML-RPC and more
  • libmaia: XML-RPC for Qt/C++

I wonder that people use which of these libraries most. Do you have experience with these libraries?

like image 779
xyzt Avatar asked May 11 '10 14:05

xyzt


1 Answers

I've used gSOAP in the past. I found it pretty nice to work with. It's fairly mature and runs on a variety of platforms. I thought the documentation, along with examples to be sufficient. We used it on a project that needed to communicate with ASP.NET web services from a Linux environment.

like image 137
Garett Avatar answered Sep 18 '22 07:09

Garett