cancel
Showing results for 
Search instead for 
Did you mean: 

regarding message interfaces in JDBC implementation

Former Member
0 Kudos

Hi Bhavesh,

I have been trying to implement the jDBC scenario as mentioned by you in the blog "JDBC Receiver Adapter -- Synchronous Select – Step by Step",could you please help me out with interfaces(how many interfaces do we need on the whole).

Regards

Madhu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

You have to create Interfcaes depends on the BPM config...

you have to create following interfaces according to blog..

1)File_Request_OB

2)File_Request_ABS

3)File_Request_Synchronous_ABS

4)JDBC_Synchronous_IB

5)File_Response_IB

6)File_Response_ABS

Regards,

Answers (5)

Answers (5)

bhavesh_kantilal
Active Contributor
0 Kudos

Madhu,

Please refrain from directing questions to someone in particular. There are lots of XI experts around here who can surely help and directing questions to one person is going to discourage others from answering .

Answering your question~~ refer into this blog by Arpit and use the same concepts as he has described for File - RFC - File. The only difference will be in the datatypes and message types,

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

Regards

Bhavesh

prabhu_s2
Active Contributor
0 Kudos

1 o/b interface of type async (sender)

1 abs interface for recving the message in bpm..this can be used in the sysnc step(sender)

1 abs interface for recv the req from jdbc

1 i/b interface for placing the message to the file

Former Member
0 Kudos

Hi ,

Refer this link also....

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

Regards,

Former Member
0 Kudos

Hi Madhu,

you need to two interface for sender sychrouns and two interface reciver .

Regrads

Sreeram.G.Reddy

prabhu_s2
Active Contributor
0 Kudos

can u post the blog link...we can try to help you out !!!