on 2007 Jul 12 3:03 PM
Hi All,
I have a scenario where a file is available in a shared folder.
This file needs to be picked by a RFC Function module called in a Synchronous mode and the contents of the file needs to be displayed as the output of this RFC.
Is this achievable using Sync-Async Bridge.If so can someone explain me the steps to achieve the same?
try to check with :
/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Senthil,
If i'm not wrong, the Synch-Asynch bridge refers to Synchronous Sender and Asynchronous receiver. But in your case its other way around.
OK , now tell me wht u want to do with the RFC response, do u again need to write it to the file?
Best regards,
raj.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If i were to open a Sync-Async bridge, I need to do the following
Step 1: Receive step to open the sync/async bridge
Step 2:Asynchronous send step
Step 3:Receive step
Step 4: Send step to close the sync/async bridge
In my scenario.
Step 1: Receive the RFC's request message
Step 2: ????
Step 3: Get the message from the file
Step 4: Transform the file's message to RFC's response message
Step 5: Send the RFC's response message
Moreover file adapter works in a polling mechanism..
User | Count |
---|---|
57 | |
11 | |
7 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.