cancel
Showing results for 
Search instead for 
Did you mean: 

Hi friends, message flow in runtime

Former Member
0 Kudos

1)How exactly the message flow in xi during runtime ?pls explain.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Ganga,

whenever a message enters the sap xi integration engine. It goes through following steps.

1.Receiver Determination:

2. Interface Detremination:

3. Message Split:

4. Message Mapping:

5. Technical Routing:

6.Call outbound Adapter:

The message is then finally delevered to the client/receiver.

Vishal

    • Reward points for useful reply.

Former Member
0 Kudos

Hi ganga.

When a source message reaches the Integration server

the messages under goes this

a) Receiver Determination:

This steps determines the system that participates in the exchange of the message.

b) Interface Detremination:

For each receiver determine which interface will should receieve the message.

c) Message Split:

If more than one receievers are found, XI will instantiate new message for each receiver.

d) Message Mapping:

Mapping to transform the source message to destination message format.

e) Technical Routing:

Bind a specific destination and protocol to the message.

f) Call outbound Adapter:

Send the transformed message to the adapter or a proxy.

This weblog will help you understanding the message flow.

/people/sergio.locatelli2/blog/2006/10/09/monitoring-a-flow-in-xi

/people/krishna.moorthyp/blog/2006/07/29/documentation-html-editor-in-xi

/people/siva.maranani/blog/2005/05/25/understanding-message-flow-in-xi

Thanks,

Ramakrishna

prateek
Active Contributor
0 Kudos

/people/siva.maranani/blog/2005/05/25/understanding-message-flow-in-xi

Regards,

Prateek