# Check if webservice is available

## ![](/files/6HH1xKDIZeOsOi2lwU7r) Check if webservice is available

### Description <a href="#description" id="description"></a>

The Check If Webservice Is Available transform checks if a webservice URL in the data stream is valid, can be connected to and can be read. If it connects within the given time and data can be read, it returns 'true' as a boolean result value, otherwise 'false'. Further information of the failing reason can be found in the log when debug logging is enabled.

| Hop Engine | <sup>✓</sup> |
| ---------- | ------------ |
| Spark      | ?            |
| Flink      | ?            |
| Dataflow   | ?            |

### Options

| Option               | Description                                                                                                                                                                |
| -------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Transform name       | Name of the transform.                                                                                                                                                     |
| URL field            | Specifies the URL fieldname in the data stream. The URL is checked for every row that is coming into this transform.                                                       |
| Connect timeout (ms) | The connect timeout in ms. The value is depending on the quality of service of this URL and experiences.                                                                   |
| Read timeout (ms)    | After connection, the transform 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. |
| Result fieldname     | If it connects within the given timeout and data can be read, it returns 'true' as a boolean result value, otherwise 'false'                                               |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.primeur.com/data-shaper-1.21/knowing-the-data-shaper-designer/pipelines/transforms/checkwebserviceavailable.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
