cancel
Showing results for 
Search instead for 
Did you mean: 

Process Orchestration - NWBPM Question.

Former Member
0 Kudos

Hi,

I have strange requirement in PI 7.4 NWBPM and BRM.

As am i have no experience on NW BPM and BRM, So just wanted to confirm if it is even possible to build.

Design is some thing like this :-

Actual Data will come from WebService and enter into NWBPM. ( Asynchronous )

NWBPM will pass data to SAP HCM. ( Asynchronous ) -

HCM will process data and send application Ack Back  ( Another Async Interface ).

Now based on Ack, if success pass same actual data to another Third party system.

also Pass this acknowledgement to WebService

Regards

Accepted Solutions (1)

Accepted Solutions (1)

vkaushik82
Active Participant
0 Kudos

Hi Prabhat,

Yes it should be possible, I did kind of similar interface

We  use to get the data from one system and requirement is we need to call different webservices(more than 3) to validated this data also we will call the next service only if the first validation is successful, Once all calls done we need to combine validation results and send to third party system. It worked perfectly in BPM so definately your requirement can be done easily too.

Regards,

Vikrant

Former Member
0 Kudos

Hi Vikrant ,

In My Case If data is being validated by SAP HCM then i have to send same data to Third System.


Can you guide How did you do that ???

Answers (2)

Answers (2)

Muniyappan
Active Contributor
0 Kudos