On Dec 29, 7:42 pm, [email protected] (Jim Gibson) wrote: > On 12/28/09 Mon Dec 28, 2009 5:25 AM, "Ram Prasad" > <[email protected]> scribbled: > > > 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'); > > ---------- > > 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 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
