您的位置:首页 > 其它

FW:When will you need the XMLReceive Pipeline

2007-04-02 13:25 375 查看
• 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验证
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐