in reply to Re^6: get_wsdl https webService
in thread get_wsdl https webService

SOAP::WSDL uses LWP::UserAgent, which uses IO::Socket::SSL, which will refuse (and likely, loudly warn about) connections to servers with invaild certificates. Read the documentation on how to still force connections to servers with invalid certificates.