开发者

C++ Library for XML-RPC [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 3 years ago.

Improve this question

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?


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.


I think that xmlrpc++ is what you're looking for. Though I can't give objective comparison to every library listed here, I must say that's it's extremely versatile, well-written and somewhat easy to get used to.

Well, it actually some kind of lacks in documentation, but this is also subjective (hate this doxygenized way of presenting information).

Added : ulxmlrpcpp also (never used it, just looked through documentation) seems fine and well-designed.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜