Skip to Content
0
Jul 11, 2016 at 08:28 AM

JDBC-JDBC Passthrough

88 Views

Hi,

I want to get data from one database (using select query) and same i want to insert into another DB(using SP).

In mapping level not required any validation, so planning to go for pass through scenario

Is this possible achieving through pass through scenario?

As there is an option to call SP at message mapping only with out mapping how can i call SP.

Kindly suggest