REST API Endpoints
After providing the information required for the SOAP to REST transformation and activating the API, the API can be invoked as either SOAP or REST API.
The REST transformation of the SOAP API does not change the API
name. The only change to the SOAP invocation is that the
resource-path-for-the-operation
is appended:
/ws/API-NAME/version-number/resource-path-for-the-resource
Note: The REST-enabled SOAP API cannot be invoked using the
/rest
directive.