Check if webservice

What is use of Check if webservice is available step?

Hi Shubham,
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’.
Also Further information of the failing reason can be found in the log when debug logging is enabled.

1 Like