REST Connector
REST (Representational State Transfer) is an architectural style that requires web applications to support the HTTP GET, POST, PUT, and DELETE methods and to use a consistent, application-independent interface.
Keep the following points in mind when creating a REST resource:
The fully-qualified name of the resource must be unique across the entire
webMethods Integration Server namespace.
You can select the HTTP methods for which you want to create a service.
The format of the request URI depends on the location of the resource.