Biz Talk接收形状 [英] Biz Talk Receive shape

查看:95
本文介绍了Biz Talk接收形状的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

接收形状是否可能从同一端口获取多种类型的消息。我希望一个业务流程将从一个位置拾取消息并进行处理。有多个消息具有不同的模式类型。请尽快回复..................

Is it possible receive shape take more than one type of message from the same port.?I want one orchestration will pickup the messages from one location and processed.there are more than one message with different schema type. plz reply soon ..................

推荐答案



我是对不起,如果我的回复太晚了。是的,您可以在接收位置接收不同的消息,并且可以通过单个业务流程处理不同类型的消息。在Orchestration中分配给Receive形状的消息应该是一个非类型化消息,它应该是System.Xml.XmlDocument类型。 XmlDocument是主/超类,它可以保存任何类型的xml消息。
Hi,
I am sorry if my reply is too late. Yes you can receive different messages in a Receive location and the different types of messages can be processed through a single Orchestration. The Message assigned to Receive shape in Orchestration should be an untyped message that is it should be of type System.Xml.XmlDocument. The XmlDocument is the master/super class and it can hold any type of xml message.


这篇关于Biz Talk接收形状的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆