in reply to SOAP::Lite and call behaviour
my $som = $soap->call('sayHello', 'Kutter', 'Martin'); die $som->faultstring if ($som->fault); [download]