cancel
Showing results for 
Search instead for 
Did you mean: 

SWCV and namespace MessagesInterfaces

Former Member
0 Kudos

Hello all,

I have some doubts about Messages Interface used in BPM.

BPM just used Abstract Message Interfaces, but to expose the Interface to sender aplication, XI need the same Message Interfaces that is declared abstract but no abstract.

My question is how the Business Process Engine that the Outbound Message Interface, that my application is using, is the Abstract Interface that activate my Integration Process???

Regards,

Luiz

Accepted Solutions (0)

Answers (3)

Answers (3)

moorthy
Active Contributor
0 Kudos

Hi,

Just to add on , this blog may help u -- /people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm

Regards,

moorthy

Former Member
0 Kudos

hi,

when you are passing any data from sender system to BPM and from BPM to receiver system,

you will create receiver determination from:

Sender to BPM

BPM to Sender

Now sender will habe one MI which will be outbound sync/async interface and the BPm will have one Interface which is abstract.

Both of them will have the same Message type.

Regards

Vijaya

MichalKrawczyk
Active Contributor
0 Kudos

hi,

>>> XI need the same Message Interfaces that is declared abstract but no abstract.

not if you use IDOCs or RFC (then you don't need a message interface which

is not abstract)

>>>>My question is how the Business Process Engine that the Outbound Message Interface, that my application is using, is the Abstract Interface that activate my Integration Process???

In ID you specify only those that have direction (so inbound or outbound)

and they are used in BPM

BTW

all message interfaces (either abstract or with a direction)

use the same message type too

Regards,

michal