REST Service 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 service does not change the service name. The only change to the SOAP invocation is that the <resource-path-for-the-operation> is appended:
/ws/<SERVICE-NAME>/<version-number>/<resource-path-for-the-resource>
Note: The REST-enabled SOAP services cannot be invoked using the /rest directive.