cancel
Showing results for 
Search instead for 
Did you mean: 

How to send xi -payload content to BPM?

Former Member
0 Kudos

Hi all,

how can I send the content of the xi payload to BPM?

At the moment I save the content(result of a first RFC Call) in a file and send the file to BPM(for the second RFC Call) but I want use the payload content directly without the step of saving.

Thanks for help!

Regards Alex

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Alexander,

create a data type in IR for the data returned by RFC......Create a msg type and msg interface for it......

start BPM process.....call the first RFC ......make a mapping from source msg type to this msg type........then have the step of second RFC call by calling the mapping of this msg type to your target msg type.......

Thanks,

Rajeev Gupta

Answers (2)

Answers (2)

Former Member
0 Kudos
bhavesh_kantilal
Active Contributor
0 Kudos

Go to Runtime Workbench --> Component Monitoring --> Integration Engine --> Tools --> test Message and you can seend the test message to the Integration Engine.

Is this what you want?

Refards

Bhavesh