Runtime - Integration Server - Pipeline Services

Pipeline Services

1. Messages received at the integration server are processed through a defined series of steps called Pipeline Services.

2. When a message is received at the IS, the message is examined and all valid configurations (as maintained in the Integration Directory) for that message are executed.

 

Pipeline Entry Point

Transaction SICF -> default_host -> sap -> xi -> engine

 

Pipeline Services Steps

1. Receiver Identiifiicatiion
Determine which system(s) should participate in an exchange with the incoming message.
2. Interface Determiinatiion
For each receiver system determine which interface(s) should receive a message.
3. Message Branch / Split
If multiple receivers are found, XI will instantiate a new message for each receiver.
4. Request Message Mapping
Call the mapping program to transform the message structure to the receiver format.
5. Outbound Biindiing
Bind a specific destination and protocol to the message.
6. Call Adapter
Send the transformed message to the adapter or proxy.

 

SOAP-XML message changes after each pipeline step

發佈了69 篇原創文章 · 獲贊 1 · 訪問量 8422
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章