http://qs321.pair.com?node_id=1042126


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

Try calling the SOAP::Lite faultdetail method:
warn("? $0: ", $sObj->faultdetail(), "\n_ "); ### line 38

Replies are listed 'Best First'.
Re^2: SOAP::Lite -- transport vs SOAP faults
by Bill.Costa (Acolyte) on Jul 03, 2013 at 13:29 UTC
    Calling the faultdetail() method also causes an exception. I guess it would be an interesting experiment to see which methods can still be called after a transport error.