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

Runtime - Integration Server - Pipeline Services

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

Runtime - Integration Server - Pipeline Services

相关文章:

  • 2021-04-26
  • 2022-01-16
  • 2021-08-01
  • 2021-11-26
  • 2021-05-07
  • 2021-07-19
  • 2021-11-19
  • 2021-10-15
猜你喜欢
  • 2021-09-29
  • 2021-11-28
  • 2021-07-15
  • 2021-07-17
  • 2021-11-13
  • 2021-04-03
  • 2021-12-04
相关资源
相似解决方案