in reply to SOAP::Lite -- transport vs SOAP faults

You seem to be ignoring the return object which should contain the information you're looking for.

Your code seems to be protecting against $rObj being undefined, but actually it should get a value even in the case of an error. See SOAP::SOM. and its ->faultstring() method

  • Comment on Re: SOAP::Lite -- transport vs SOAP faults

Replies are listed 'Best First'.
Re^2: SOAP::Lite -- transport vs SOAP faults
by Bill.Costa (Acolyte) on Jul 03, 2013 at 13:25 UTC
    In this example at least, the SOM object ($rObj) is always undefined.