Check webservice availability
Description
This job entry checks if a given URL (e.g. a Webservice URL) is valid, can be connected and data can be read from. If it connects within the given timeout and data can be read, it returns 'true', otherwise 'false'. Further information of the failing reason can be found in the log as an error log entry.
Options
Property |
Description |
Example |
---|---|---|
Job entry name |
Name of the job entry; the name has to be unique in a single job. |
 |
URLÂ |
Specifies the URL to validate. |
|
Connect timeout (ms) |
The connect timeout in ms. The value is depending on the quality of service of this URL and experiences. |
5000 |
Read timeout (ms) |
After connection, the job 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. |
1000 |