cancel
Showing results for 
Search instead for 
Did you mean: 

Integration Scenario in BPM

Former Member
0 Kudos

My Scenario is

PI7.1 -->PI7.0 -- > Webservice --->response from bpm to another system.

iam doing the above scenario in BPM, I have some queries on BPM in Integration Scenario.

In the BPM iam using

1.A Receive step to collect the data from XI 7.1

2.A transformation step to append the file to the i/p payload from PI 7.1.

3.A send async to write the payload into R3.

4.A transformation step for the value mapping.

5.A synchronous send step to send a request and get the response from the webservice.

6.Finally a send asynch step to send the data out of BPM to another system.

Somebody Please guide me about how to incorporate BPM in the integration scenario(how many actions,application components and connections do i need to create for the BPM).

Expecting your replies.

Thanks

Srinivas

Edited by: Srinivas on Mar 10, 2010 1:01 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks

prateek
Active Contributor
0 Kudos

4 Application components would be for PI 7.1, BPM, R3, Webservice and if your final system is not among the 4 mentioned, then one component for that system too.

Connections:

Async with PI 7.1

Async with R3

Sync with Webservice

Async with final system

Actions would be required for all sending and receiving tasks.

Regards,

Prateek