catch Guzzle exceptions more liberally

Created on 14 July 2025, 4 months ago

Problem/Motivation

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.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Active

Version

1.0

Component

Code

Created by

🇬🇧United Kingdom joachim

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024