Using perl Syntax Highlighting
- my $soapcli = SOAP::Lite->service("https://192.x.x.x/servicio.php?wsdl");
Coloreado en 0.002 segundos, usando GeSHi 1.0.8.4
El cuál, luego de ejecutar me genera el siguiente error:
Using bash Syntax Highlighting
- Service description 'https://192.x.x.x/servicio.php?wsdl' can't be loaded: 501 Protocol scheme 'https' is not supported (LWP::Protocol::https not installed)
Coloreado en 0.002 segundos, usando GeSHi 1.0.8.4
Lo extraño es que sí tengo dicho módulo instalado:
Using bash Syntax Highlighting
- # find / -name https.pm
- /root/.cpan/build/libwww-perl-x.xxx/lib/LWP/Protocol/https.pm
- /root/.cpan/build/URI-x.xx/blib/lib/URI/https.pm
- /root/.cpan/build/URI-x.xx/URI/https.pm
- /usr/lib/perlx/vendor_perl/5.x.x/LWP/Protocol/https.pm
- /usr/lib/perlx/vendor_perl/5.x.x/URI/https.pm
- /usr/lib/perlx/site_perl/5.x.x/URI/https.pm
Coloreado en 0.001 segundos, usando GeSHi 1.0.8.4
Pienso que el método service de SOAP::Lite no permite solicitudes vía HTTPS, pero desearía que alguien me lo confirme, o que pueda orientarme sobre dónde se encontraría dicho error.
Muchas Gracias.