I'm trying to add custom handlers to a proxy service created in wso2 esb. Using handler I want to
- Intercept the call to the proxy service
- Perform some operation and set values to the context
axis2.xml seems to be a place to achieve this but it seems a common configuration for all the proxy services. What if I want to use custom validation handlers for specific proxy services?