Webservice Proxy Configuration

CONNECT provides timeout and retry configurable options.CONNECT has following webservice configuration, defined in gateway.properties file, that effect all the client calls made by CONNECT:

  • webserviceproxy.retryThe number of times CONNECT will retry a web service call if an error or exception occurs.
  • webserviceproxy.timeout → The amount of idle time, in milliseconds, that is allowed to elapse before a web service call will timeout
  • webserviceproxy.retrydelay → The amount of time delay, in milliseconds, between web service call retries.
  • webserviceproxy.exceptionstext → The text message to display to users when a web service timeout exception occurs