- Issue created by @joachim
In makeSoapCall() we catch this:
catch (RequestException $guzzle_exception) {
We need to be more liberal here.
For instance, if you haven't set the endpoint URL, you get a \GuzzleHttp\Exception\ConnectException which isn't caught.
Active
1.0
Code