Petals-BC-REST 1.1.0+

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

Changes (2)

View Page History
** the XSL can accept following global parameters according to the following cases:
*** generating a fault: The XML to transform is the incoming payload. Parameters of the URI called are available as XSL global parameters. The name of the XSL global parameter is the name of the URI parameter,
*** generating a normal reply from an XML or JSON response: The XML to transform is the XML returned by the resource or resulting of the JSON conversion. The incoming payload is available through the XSL global parameter '{{\{http://petals.ow2.org/bc/rest/xsl/param/output/1.0}incoming-request}}', parameter: {code}{http://petals.ow2.org/bc/rest/xsl/param/output/1.0}incoming-request{code},
*** generating a normal reply from an attachment response: The XML to transform is the incoming payload, and the content id of the attachment set in the JBI response message is available through the XSL global parameter '{{\{http://petals.ow2.org/bc/rest/xsl/param/output/1.0\}content-id}}'. parameter: {code}{http://petals.ow2.org/bc/rest/xsl/param/output/1.0\}content-id{code}. | - | {center}No{center} |
| form-data | Define the form data to put in a part of a multi-part HTTP request:
* the attribute '{{name}}' define the name of the form data,