Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Warning
titleThis integration has been sunset

It is replaced by Web Service Integration 

Panel

Table of Contents

Disclaimer

...

The Webservice Universal Task allows you to call a Webservice web service triggered from Universal Agent.

...

  • Universal Agent for Linux or Windows Version 7.0.0.0 or later is required.

  • Universal Agent needs to be installed with python option (--python yes).

...

  • Universal Controller 7.0.0.0 or later is required.

Key Features

  • Call a Webservice triggered from Universal Agent.

  • Support all common HTTP Methods for RESTful Services: Get, Post, Put, Patch and Delete.

  • Support for Basic Authentication.

  • Support for Form based query Parameters.

  • Support for Form and Script based HTTP Payload Parameters.

  • Provide HTTP Headers as Form Data: for example, key: Accept, Value: application/json.

  • Support Response Processing using either Output Type JSON or Text.

...

To use this downloadable Universal Template, you first must perform the following steps:

  1. This Universal Task requires the /wiki/spaces/UC71x/pages/5178443 Resolvable Credentials feature. Check that the/wiki/spaces/UC71x/pages/5177877 Resolvable Credentials Permitted system property has been set to true.
  2. Download the provided ZIP file.
  3. In the Universal Controller UI, select Administration >Configuration Configuration > Universal Templates to display the current list of Universal Templates.
  4. Click Import Template.
  5. Select the template ZIP file and Import.

...

  • Output Type = JSON

  • Path Expression: 0.title

These match the Variable “title” in the following JSON:

Code Block
[
   {
      "userId":1,
      "id":2,
      "title":"qui est esse",
      "body":"Hello world"
   }
]

...