cancel
Showing results for 
Search instead for 
Did you mean: 

XI pipleine

Former Member
0 Kudos

Hey guys,

If I have a file to IDOC Scenario, what are all the steps involved in the Pipeline processing.

thnx for help

Accepted Solutions (1)

Accepted Solutions (1)

agasthuri_doss
Active Contributor
0 Kudos

Hi,

When a source message reaches the Integration server,

XI pipleine steps are-

Sender Agreement->Reciever Determination->Interface Determination->Interface Mapping->Reciever Agreement.

1) Receiver Determination: This steps determines the system that participates in the exchange of the message.

2) Interface Determination: For each receiver determine which interface will should receieve the message.

3) Message Split: If more than one receievers are found, Xi will instantiate new message for each receiver.

4) Message Mapping: Mapping to transform the source message to destination message format.

5) Technical Routing: Bind a specific destination and protocol to the message.

6) Call outbound Adapter: Send the transformed message to the adapter or a proxy.

Regards

Agasthuri Doss

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Check this weblog for the flow of message in XI:

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

---Satish