Search code examples
proxywsdlwso2esbwso2-esb

WSO2 ESB - How to select methods to expose in proxy services


Source wsdl contains 10 methods, but we want to expose only 2 of the methods in the proxy service.

Is it possible? If possible then how should we achieve it?


Solution

  • Edit the wsdl to have only those two operations and attach that to proxy conf (ie: using <publishWSDL> option)