Database Reference
In-Depth Information
you can clearly see the complete picture of how dynamic routing works and what
parameters in message container we employed for that:
...
if (data($request// *:AdapterMessage/*:protocol )=
'DB') then
( <ctx:route>
<ctx:service isProxy='true'>CTUFusion_BUS/
Resources/Proxy Service/Logical Adapter/
ProtocolAdapter/ PS_Database_Protocol_Adapter </ctx:service>
</ctx:route>)
...
7. OSB Project was created and a new Business Service wrapping SQL handling
EJB was deployed in a similar manner as we explained in the Exposing EJB
through OSB section previously. A new Proxy Service (as a Messaging Service)
was created, based on this Business Service with XML Messaging based on the
CTU Message container (Messaging tab).
8. The first step in a Proxy Message flow (right after the logging of an inbound mes-
sage, of course) would be a variable creation and assignment for SQL query and
datasource. We will use it almost immediately.
Search WWH ::




Custom Search