Recently, some changes have been made to one of our ERP service endpoints that makes for longer back-end processing time, and I have need of a longer wait time for the response from the SOAP endpoint.
I have tried changing the Timeout setting from 60 to 90 seconds:
but regardless of this setting, I get a GatewayException for socket timeout after 60 seconds.
I am using Ignition 8.1.3 on Windows Server 2019 and the Web Services module 3.81.1 (b2102050803)
Is there some other global setting that I am missing that overrides the timeout setting per consumer configuration?