Hi All, I am trying to use SOAP WSDL for the first time I am not even able to initialize the script
I am not sure if the WSDL is valid. How do I check this ? ----------- #!/usr/bin/perl use SOAP::WSDL; use Data::Dumper; my $soap = SOAP::WSDL->new(wsdl=>'http://smytoday.com/psmw/psmw? WSDL'); ---------- -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
