XMLRPCsh
Perl implementation of a SOAP client and server
Install
- All systems
-
curl cmd.cat/XMLRPCsh.sh
- Debian
-
apt-get install libsoap-lite-perl
- Ubuntu
-
apt-get install libsoap-lite-perl
- Kali Linux
-
apt-get install libsoap-lite-perl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libsoap-lite-perl
- Raspbian
-
apt-get install libsoap-lite-perl
- Dockerfile
- dockerfile.run/XMLRPCsh
libsoap-lite-perl
Perl implementation of a SOAP client and server
SOAP::Lite is a collection of Perl modules that provide a simple and lightweight interface to the Simple Object Access Protocol (SOAP) both on client and server side. This version of SOAP::Lite supports a subset of the SOAP 1.1 specification and has initial support for SOAP 1.2 specification. See http://www.w3.org/TR/SOAP for details.