Skip to main content

Check Webservice availability

Description

Check Webservice availability is a Process Entry in the Conditions Plugin for Process Studio Processes. Check Webservice availability Process Entry checks if a given URL (e.g. a Webservice URL) is valid, can be connected to and data can be read from it. If it connects within the given timeout and data can be read, it returns 'true', else 'false'.

Configurations

No.Field NameDescription
1Process Entry nameSpecify a unique name for the process entry, on the workspace area. A process entry can be placed on the canvas several times; and each instance of the entry must have a unique name.
2URLSpecifies the URL to validate.
3Connect timeout (ms)The connect timeout in ms. The value is depending on the quality of service of this URL and experiences.
4Read timeout (ms)After connection, the process entry tries to read data. This value gives the read timeout in ms. The value is depending on the quality of service of this URL and experiences.