1. Proxies and Flow

call

Version

Calls an external endpoint

Syntax

call:
url: <string> # required
'$ref': <string>
language: groovy
method: <string>
xmlConfig: {}
call:
  url: <string> # required
  '$ref': <string>
  language: groovy
  method: <string>
  xmlConfig: {}

Attributes

NameRequiredDefaultDescriptionExamples
$reffalse-Reference a component defined under components.-
languagefalseSpELthe language of the 'test' conditionSpEL, groovy, jsonpath, xpath
methodfalseGETSets the method for the callGET, POST, PUT, ...
urltrue-Sets the url of the call"https://api.predic8.de"

Child Structure

ElementCardinalityDescription
xmlConfig0..1

Can be used in