#!/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"; } #### Can't call method "new" on an undefined value at /usr/share/perl5/SOAP/Lite.pm line 3364.