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
Boy did this work for me! I threw this into stubmaker.pl and my script which uses the stubmaker.pl output.
IO::Socket::SSL::set_defaults(SSL_verify_mode => "SSL_VERIFY_NONE"); use SOAP::Lite +trace => qw( debug ); $ENV{PERL_LWP_SSL_VERIFY_HOSTNAME}=0;