Check if Webservice is available
Description
Check if Webservice is available is a step in the Lookup Plugin for Process Studio Workflows. This step checks if a given URL (e.g. a Webservice URL) in the input stream is valid, can be connected and if data can be read from it. If it connects within the given timeout and data can be read, it returns 'true', otherwise 'false'.
Configurations
No. | Field Name | Description |
---|---|---|
1 | Step name | Specify the name of the step as it appears in the workflow workspace. This name has to be unique in a single workflow. |
2 | URL field | Specify the URL fieldname in the data stream. The URL is checked for every row that is coming into this step. |
3 | Connect timeout (ms) | Specify the connect timeout in ms. The value will depend on the quality of service of this URL and experiences. |
4 | Read timeout (ms) | Specify the read timeout in ms during which the step tries to read data. The value will depend on the quality of service of this URL and experiences. |
5 | Result fieldname | Specify the name of the result boolean flag field. If it connects within the given timeout and data can be read, it returns 'true' else 'false'. Further information of the failing reason can be found in the log when debug logging is enabled. |