FW:When will you need the XMLReceive Pipeline

• Need to promote properties from the message’s data: The pass-through pipeline does not promote properties, so any custom properties you define in the schema will not be recognized. Note that default properties that were promoted by the adapter will still be available.

1.需要从消息数据中提升属性


• Need to route messages to an orchestration: An orchestration needs to have the message properties promoted in order to determine message types. If the end target for the message is an orchestration, and the orchestration is expecting a specific schema, you need to use the XMLReceive pipeline.

2.需要路由消息到流程(Message Type)


• Need to validate the schema: The pass-through pipeline has no concept of schema validation.
If you need to verify that the inbound message’s data is correct, you cannot use the pass-through pipeline.

3.需要通过Schema验证

posted @ 2007-04-02 13:25  upzone  阅读(241)  评论(0编辑  收藏  举报