cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC adapter

Former Member
0 Kudos

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.

Accepted Solutions (0)

Answers (1)

Answers (1)

VijayKonam
Active Contributor
0 Kudos

Answer is Yes for both of the Questions. Refer to the Receiver JDBC adapte doumentation.. it gives required examples also..

VJ