Hi All,
My scenario is File->JDBC(Synch)->file.
For this I am following below two blogs:
Synchronous JDBC: /people/bhavesh.kantilal/blog/2006/07/03/jdbc-receiver-adapter--synchronous-select-150-step-by-step
File-RFC-File: /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit
Here I am confused with the interfaces to be used and the mapping of interfaces.
I have created Interfaces as follows:
1. Source_File_OB (Outbound Asynchronous) => Source File MessageType
2. BPM_SFile_ABS (Abstract Asynchronous) => Source File MessageType
3. BPM_JDBC_SYNCH_ABS (Abstract Synchronous) => JBDC_request and JDBC_Responce MessageTypes
4. BPM_TFile_ABS (Abstract Asynchronous) => JDBC_Responce MessageType
5. Target_File_IB (Inbound Asynchronous) => Target File MessageType
Is it correct? And what about mapping???? Which Interfaces to map?
One more confusion is while adding containers for these steps in BPM which ABSTRACT interfaces should we use? In above mentioned Blogs everything is clear Except BPM part I am not able to figure out how are all steps created in BPM?
Can anybody plz help me with interface Mapping and BPM (Containers / Abstract Interfaces)?
Thanks,