Call Webservice

This task could do a background call to a configured URL and transfer multiple configured parameters.

You could set the Target URL, which could already contain some Parameters you want to transfer. If you want to send dynamic parameters it is easier to use the “add Parameter” button and add every single parameter to the call.

You could choose if you want to transfer the parameters with GET or POST.

GET means the Parameters will be send in the url like this: “http:/ /<domain>?parameter1=value1&pareter2=value2&…”

POST means the Parameter won't be send in the URL, but are also added to the request. This allows bigger amount of data, but must be supported by the webservice.

Since some versions you also could set special Headers you need to communicate with the Webservice. (For example authentication, Response Type, …) (3)

With the setting 1 and 2 from screenshot you could process and store the result you get from the Request. If you parse the JSON, make sure it is valid.

Enter your comment. Wiki syntax is allowed:
 __  __  _____   ____  ____   _   __
 \ \/ / / ___/  / __/ / __ \ | | / /
  \  / / (_ /  / _/  / /_/ / | |/ / 
  /_/  \___/  /___/  \____/  |___/