How to use Generic proxy service in oracle service Bus
Hi,
I have read some documents which shows that using Generic proxy service in oracle service Bus is a good design pattern. Means that application will always call single proxy service and that proxy service will route the request to other proxy services based on content. One one proxy service will be exposed to call.
how we can do it. is there any example available.
If we create one generic proxy service, how we will use in our ADF page. Let us assume that we are going to consume this service by using java proxy class as well as data control. How should we design this.
Please Help.
-Sunil