Friday, July 4, 2008

Untyped Message processing in BizTalk

processing of untyped messages in biztalk is very powerfull feature , but it should be used carefully while writing an orchestration to receive this type of message.
Following key points should be keep in mind.
1- an untyped message should not be directly bound to message box. As all the message type is derived from base type which is System.xml.xmlDocument.
2-it is not possible to map on a send port because the messagetype property is not promoted for the untyped messages, which is required to match a message.

No comments: