For a REST based webservice, is it possible to remove the "Service Operation Version" which gets app
For a REST Service Operation, is it possible to remove the "Service Operation Version" which gets appended in the URL. Illustrated in the example shown below:
Current REST URL:
https://peoplesoftib.xyz.com/PSIGW/RESTListeningConnector/PSFT_EP/ServiceOperationName.Version/?parameter=Input_Value
Expected REST URL:
If its possible, please share how this can be achieved?