wsdl2perl
Perl module for SOAP with WSDL support
Install
- All systems
-
curl cmd.cat/wsdl2perl.sh
- Debian
-
apt-get install libsoap-wsdl-perl
- Ubuntu
-
apt-get install libsoap-wsdl-perl
- Kali Linux
-
apt-get install libsoap-wsdl-perl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libsoap-wsdl-perl
- Raspbian
-
apt-get install libsoap-wsdl-perl
- Dockerfile
- dockerfile.run/wsdl2perl
libsoap-wsdl-perl
Perl module for SOAP with WSDL support
SOAP::WSDL provides easy access to Web Services with WSDL descriptions. The WSDL is parsed and stored in memory. Your data is serialized according to the rules in the WSDL. The only transport mechanisms currently supported are http and https.