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 Name | Description |
---|---|---|
1 | Process Entry name | Specify 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. |
2 | URL | Specifies the URL to validate. |
3 | Connect timeout (ms) | The connect timeout in ms. The value is depending on the quality of service of this URL and experiences. |
4 | Read 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. |