XmlRpc++ is a C++ implementation of the XML-RPC protocol.
XmlRpc++ was based upon Shilad Sen's excellent py-xmlrpc. The XmlRpc protocol was designed to make remote procedure calls easy: it encodes data in a simple XML format and uses HTTP for communication. XmlRpc++ is designed to make it easy to incorporate XML-RPC client and server support into C++ applications.
XmlRpc++ was based upon Shilad Sen's excellent py-xmlrpc. The XmlRpc protocol was designed to make remote procedure calls easy: it encodes data in a simple XML format and uses HTTP for communication. XmlRpc++ is designed to make it easy to incorporate XML-RPC client and server support into C++ applications.
To install xmlrpcxx, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install xmlrpcxx
To see what files were installed by xmlrpcxx, run:
port contents xmlrpcxx
To later upgrade xmlrpcxx, run:
sudo port selfupdate && sudo port upgrade xmlrpcxx
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.