manuds has asked for the wisdom of the Perl Monks concerning the following question:
but i get this :#!/usr/bin/perl use SOAP::Lite; $tab = SOAP::Lite -> service('http://url.wsdl','login'=> $login,'password +'=> $passwd,'exception s'=>'1'); print "$tab\n"; foreach my $info (@{$tab}) { print "$info\n"; }
i have an example in php and it's work's but i would like to do that in perl... someone can help me? thanks...Can't call method "new" on an undefined value at /usr/share/perl5/SOAP +/Lite.pm line 3364.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: pb with Soap::lite
by olus (Curate) on Feb 20, 2008 at 19:05 UTC | |
by manuds (Initiate) on Feb 21, 2008 at 08:03 UTC | |
by olus (Curate) on Feb 21, 2008 at 12:07 UTC | |
by manuds (Initiate) on Feb 21, 2008 at 17:31 UTC |