Reputation: 1
I need to implement a wsdl having 2 bindings and port types in oracle service bus(11g) proxy service for soap communication. However,the proxy service gives an option of configuring only specific binding and port type. Is there any option in osb,to implement/configure proxy service with 2 binding or no binding at all,so that ncoming request can be dynamically be attached to specific port type. Is there any possibility to get binding information dynamically for any incoming request to osb.
Thanks in advance.
Upvotes: 0
Views: 271
Reputation: 2253
Perhaps set up a proxy for each binding, then put an AnyXML proxy in front that looks up variables in $inbound/ctx:transport
to route to the correct binding.
Upvotes: 0