Syntax
call:
url: <string> # required
'$ref': <string>
language: groovy
method: <string>
xmlConfig: {}
call:
url: <string> # required
'$ref': <string>
language: groovy
method: <string>
xmlConfig: {}
Attributes
| Name | Required | Default | Description | Examples |
|---|---|---|---|---|
| $ref | false | - | Reference a component defined under components. | - |
| language | false | SpEL | the language of the 'test' condition | SpEL, groovy, jsonpath, xpath |
| method | false | GET | Sets the method for the call | GET, POST, PUT, ... |
| url | true | - | Sets the url of the call | "https://api.predic8.de" |
Child Structure
| Element | Cardinality | Description |
|---|---|---|
| xmlConfig | 0..1 |