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');
----------
What errors do you get when you run this program? Please cut-and-paste the
exact output. Thanks.
I suppose there will not be any error on run....
To use SOAP::WSDL you need firstly create Perl classes for your wsdl
read all here - http://search.cpan.org/~mkutter/SOAP-WSDL-2.00.10/lib/SOAP/WSDL.pm