xml-rpc-api2txt
Generate C++ wrapper classes for XML-RPC servers
Install
- All systems
-
curl cmd.cat/xml-rpc-api2txt.sh
- Debian
-
apt-get install xmlrpc-api-utils - Ubuntu
-
apt-get install xmlrpc-api-utils -
Alpine
-
apk add xmlrpc-c - Arch Linux
-
pacman -S xmlrpc-c - Kali Linux
-
apt-get install xmlrpc-api-utils - CentOS
-
yum install xmlrpc-c - Fedora
-
dnf install xmlrpc-c-apps - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install xmlrpc-api-utils - OS X
-
brew install xmlrpc-c - Raspbian
-
apt-get install xmlrpc-api-utils - Docker
-
docker run cmd.cat/xml-rpc-api2txt xml-rpc-api2txtpowered by Commando
xmlrpc-api-utils
Generate C++ wrapper classes for XML-RPC servers
XML-RPC is a quick-and-easy way to make procedure calls over the Internet. It converts the procedure call into an XML document, sends it to a remote server using HTTP, and gets back the response as XML. This package contains two programs: * xml-rpc-api2cpp, a utility for generating C++ wrapper classes based on an XML-RPC API, obtained by interrogating an XML-RPC server. * xml-rpc-api2txt, a utility for printing out an XML-RPC API as a text file. The API is obtained by interrogating an XML-RPC server.
xmlrpc-c-apps
Sample XML-RPC applications
xmlrpc-c
XML-RPC is a quick-and-easy way to make procedure calls over the
Internet. It converts the procedure call into XML document, sends it to a remote server using HTTP, and gets back the response as XML. This library provides a modular implementation of XML-RPC for C.