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

Thanks a lot. Sure. 1. When i access these wsdls from IE, i see a message "There is a problem with this website's security certificate. We recommend that you close this webpage and do not continue to this website. Click here to close this webpage. Continue to this website (not recommended)." If I click on continue, it will take me to the wsdl page.

Replies are listed 'Best First'.
Re^7: get_wsdl https webService
by Corion (Patriarch) on Mar 16, 2015 at 20:22 UTC

    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.