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
$soap->{_transport}->{_proxy}->{ssl_opts}->{verify_hostname} = 0;