XmlRpc++ is an implementation of the XmlRpc protocol written in C++, based upon Shilad Sen's excellent py-xmlrpc library. It is designed to make it easy to incorporate XmlRpc client+server support into C++ applications and requires no other libraries.
License
GNU Library or Lesser General Public License version 2.0 (LGPLv2)Follow XmlRpc++
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
-
Xmlrpcpp is excellent! Thanks.
-
It doesn't deal with HTTPS i.e. SSL, and the code reimplements a lot of HTTP stuff that's standard in Windows (wininet.lib)
-
Fast, very simple and small, had to port it to windows so there wasn't as much to have to deal with as other libraries, there was some work though. Let me know if anyone needs help getting it working in windows.