B.3. REST Task

The REST Task is a special type of the Service Task that performs REST calls and outputs the response as an Object.

Input attributes

Method
the REST method of the call (such as, GET, POST, etc.)
ConnectTimeout
the call timeout
Username
the user name to be used to perform the call
Password
the user password
ReadTimeout
timeout on response receiving
Url
target URL including the request body

Output attributes

Result
string with the result of the call