Hi Experts,
I am working out a sync scenario Proxy to JDBC (sync) using stored procedure.
I have configured mapping and able to insert a record in Async mode.
EXECUTE -> @Action
[stored proc name] -> Table
isInput=true
type=CHAR
Now my problem is how to configure for response from jdbc to prxoy(do we need to use isOutput). Please help me on this.
Thanks,
Baskar