What are un-typed messages, how does one create them?When a message created in BizTalk Orchestration is bound to a schema, this is a typed message. In un-typed messages, the message is bound to System.Xml.XmlDocument instead of a schema. Thus, an un-typed message is one whose message type is set to "XmlDocument" in an orchestration.What are un-typed messages, how does one create them?- A typed message is bounded to a schema which is created in BizTalk Orchestration. - An un-typed message is bound to xml document instead of a schema – System.Xml.XmlDocument.
|