Proxy to JDBC synchronous interface
I have Store procedure in receiver system.
from XI I need to call the stored procedure by giving inputs.
for example,
call fn_ACF2('fna2','1','0012','12345678','12345678')
and the storedprcedure has to give response back to XI.
1) Can I do this Synchromous scenario without using BPM
2) Can I call StoredProcedure givng paramters.
Thankyou.