in reply to SOAP::Lite reconnect

In the SOAP::Lite documentation have a look for the on_fault() method. It mentions the default action is to die on a transport error, or do nothing on other error conditions.

Another alternative, would be to trap the die in an eval {}, although that will only trap the transport errors.