Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
application/json, the input-from-request tag contains the json request body converted to xml:




<endpoint-folder multiple-value-separator=";">
<parameter name="foo"/>
<parameter name="xyz" default-value="hello world"/>
<endpoint name="my-action-1">
...
</endpoint>
<endpoint-folder>
<endpoint name="my-action-2">
...
</endpoint>
<endpoint-folder>
</endpoint-folder><endpoint name="some-name-unique-within-same-application">
<! -- optional: parameter-transformation -->
<parameter-transformation xslt="path-to-xslt">
<! -- optional: zero or many data-sources -->
</parameter-transformation>
<! -- optional: additional authentication requirements -->
<include-in-hash> ... </include-in-hash>
<! -- type of action unless an error was raised -->
<success> ... </success>
<! -- type of action if an error was raised -->
<error> ... </error>
<! -- optional: zero or many tasks to be executed after success-action has been executed -->
<task class="xyz">...</task>
</endpoint>






