on 2009 Feb 27 2:37 AM
Hi Experts
I am getting the request through HTTP which i want to split using BPM and send each splitted message to synchronous step and get the response for each splitted message
I have gone through the following blog
/people/sudharshan.aravamudan/blog/2005/12/01/illustration-of-multi-mapping-and-message-split-using-bpm-in-sap-exchange-infrastructure
I am able to split the message into multiple messages but unable to send each splitted message to synchronous step and get the response.
I am getting " NO Receiver Found" error.
How to send each splitted message to synchronous step and get the response.
Please suggest.
Regards
Sowmya
Hi Sowmya,
I have done a similar scenario... Instead of fork use Block with mode Foreach...
Inside the Block step use synchronous Send step...
It should solve your query. Any problem do get back.
Regards
Arpil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Like joel mentioned, you missed one receiver determination.
You need to define another receiver determination and interface determination for your synchronized call from BPM.
Regards.
Liang
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sowmya,
I referred to the same blog and the scenario was a success. Please note that in this scenario
"Receiver Determination plays a key role.
Three Receiver Determinations are required. One for the Sender to BPM and two others for BPM to the corresponding output files.
In the Interface Determination for the two Receivers, specify the corresponding Interfaces."
You are just a few steps from success.
Rgds
joel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sowmya,
Please find the below link. There you can find step by step procedure for splitting the message and send the splitted message to the synchronous send send using BPM.
Regards,
Leela
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
68 | |
10 | |
8 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.