Help for this page
#!/usr/bin/perl ... my $som = $soap->RetrieveList(); die $som->faultstring if ($som->fault); print $som->results, "\n";
401 Unauthorized at test.pl line 25.