
In WSO2 Enterprise integrator we have proxy services. In a proxy service by default if you create a proxy service the context of the service URL will be auto generated with the name of the proxy service name, For example if you create a proxy service name "myproxy". The service URL will be like the below.
http://localhost:8290/services/myproxy
But what if you want to have a custom URI? For ecample.
http://localhost:8290/services/myproxy/idservice/1.0
Following...