Help for this page
ref $res ? $res->faultstring : $soap->transport->status
if (ref $res){ #$res is a reference and not a scalar die $res->faultstring; # exit printing the fault ... else{ die $soap->transport->status; #Exit with the current transport statu +s of the SOAP object }