blob: 286cfe6d00863acdc0f8767c5f7d5f912315f68f [file] [log] [blame]
////
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
////
:documentationPath: /plugins/transforms/
:language: en_US
:page-alternativeEditUrl: https://github.com/apache/incubator-hop/edit/master/plugins/transforms/webserviceavailable/src/main/doc/webserviceavailable.adoc
= Check if webservice is available
== Description
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.
== Options
[width="90%", options="header"]
|===
|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'
|===