Xpath function for RESTful BPEL: combineUrl, composeUrl
-------------------------------------------------------
Key: ODE-281
URL: https://issues.apache.org/jira/browse/ODE-281
Project: ODE
Issue Type: New Feature
Components: BPEL Runtime
Affects Versions: 1.1
Reporter: Alexis Midon
Provide 2 new Xpath functions as described in the ODE wiki:
__combineUrl(base, relative)__
----------------------------------------------------
Takes the relative URL and combines it with the base URL to return a new
absolute URL. If the relative parameter is an absolute URL, returns it instead.
__composeUrl(template, [name, value]*)__
__composeUrl(template, pairs)__
----------------------------------------------------
Expands the template URL by substituting place holders in the template, for
example, ('/order/{id}', 'id', 5) returns '/order/5'. Substitute values are
either name/value pairs passed as separate parameters, or a node-set returning
elements with name mapping to value. The functions applies proper encoding to
the mapped values, and with incomplete mapping may return a new URL template.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.