This is my first Perl script. I have installed SOAP::Lite using CPAN and it seems to have gone okay.
I\'m trying to access a simple HelloWorld .NET web service. I\'m get
As SOAP::Lite repeats LWP calls it should be possible to use
$soap->ssl_opts( verify_hostname => 0 );