in reply to SOAP::Lite and call behaviour

Thks is what docs show
my $som = $soap->call('sayHello', 'Kutter', 'Martin'); die $som->faultstring if ($som->fault);