Is there anyway for a SoapClient Request to time out and throw an exception. As of now, I get PHP Server response timeout, in my case 60 seconds. Basically what I want is, i
You can install this through composer: https://github.com/ideaconnect/idct-soap-client
It extends the standard SoapClient and gives options to set the amount of retries, connection and read timeouts.