Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In addition to exposing RESTful interfaces and mediating RESTful invocations by mapping REST concepts to SOAP via proxy services, you can use the WSO2 ESB REST API to configure REST endpoints in the ESB by directly specifying HTTP verbs , URL patterns, and URI templates(such as POST and GET), URI templates, and URL mappings. This page describes how you can use the REST API to handle the following use cases:

...

The context of the REST API is ‘/Starbucks_Service’. For every HTTP method, a url-mapping or urluri-template is defined, and the URL to call these the methods differ with the defined mapping or template.

...