Skip to Content
0
Former Member
Oct 26, 2005 at 11:41 AM

RFC - Web service BPM

36 Views

Hi All,

1. I have a scenario where RFC sends a synchronous request to BPM.

2. BPM does transformation and further sends this request to one web service.

3. Web service either returns success response or error message to BPM.

4. BPM again does transformation and stores success response in one container or if response is an error message, then in different container.

5. Next step of BPM is to call next web service.

6. Again repitition of steps 3,4,5.

7. Finally, after calling number of different web services, their respective success responses will be in different containers but all error messages will be in the same container.

8. All these consolidated responses (success as well as errors) have to be sent back to calling RFC.

Can somebody explain me in detail, how to achieve this, which all steps I need to create in BPM?

Thanks & Regards,

-Smita