Hey! I'm using PHP to call a webservice that sadly gives me a lot of timeouts.
I want to try and "catch" these timeouts and give a softer timeout error with a predefined page where I can tell the user that the service gave a timeout and that he must re-submit his application. Or where I can myself just reload and make a new attempt until it goes through.
I'm using Nusoap and it gives the user a blank Fatal error-page refering to a line number when it times out.
So my question is, can I somehow interrupt the "Fatal error" / timeout message?