Petals-BC-REST 1.0.2+

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (2)

View Page History
{table-plus}
|| Attribute || Description || Default value || Required ||
| address | Address of the external Web Service to send JBI messages to. | | {center}Yes\*{center} |
| http-method | HTTP method to use. Possible values are: GET, POST, PUT and DELETE. | - | {center}Yes\*{center} |
| http-body-type | Define which kind of HTTP body the resource is expecting:
* NO_BODY: no HTTP body is expected,
* XML: the HTTP body is filled with the incoming XML payload,
* JSON: the HTTP body is filled with the incoming XML payload converted into JSON,
* POST_QUERY_STRING:
* ATTACHMENTS: _Not supported_. | - | {center}Yes{center} |
| uri | URI template of the external resource. | | {center}Yes\*{center} |
| xpath-param | Define how to retrieve an URI template parameter as an XPath expression executed on the incoming payload. The attribute {{name}} is the name of the parameter in the URI template, and the value is the XPath expression to apply. | - | {center}Yes, if at least one parameter is included into the URI template{center} |
| wadl | WADL which defines the partner service | | {center}Yes\*{center} |
| wsdl2 | WSDL2 which defines the partner service | | {center}Yes\*{center} |