Uploaded image for project: 'ODE'
  1. ODE
  2. ODE-281

XPath functions for RESTful BPEL: combineUrl, composeUrl, expandTemplate

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.1
    • 1.2
    • BPEL Runtime
    • None

    Description

      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. Undefined variables are replaced by an empty string.
      Basically a uri is always returned.
      Compliant with the URI Template spec [1].

      _expandTemplate(template, [name, value]*)_
      _expandTemplate(template, pairs)_
      ----------------------------------------------------
      Same behavior as composeUrl except that undefined variables are NOT replaced by an empty string. The corresponding expansion pattern is not replaced. The immediate coensquence is that the function may return a template.

      [1] http://bitworking.org/projects/URI-Templates/spec/draft-gregorio-uritemplate-03.html

      Attachments

        1. ODE-281_#2_xpath_functions.patch
          90 kB
          Alexis Midon

        Issue Links

          Activity

            People

              mriou Matthieu Riou
              alexismidon Alexis Midon
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: