Tag: xml
Difference between Typed and Untyped messages
A Typed message is one which has an associated schema with it, All the message which are associated with schemas are called strong typed messages.
An Untyped message is one which is of the type XmlDocument and doesn’t have any schema associated with it. You can declare a variable in the orchestration and set its data type [...]
Posted: February 27th, 2008 under Uncategorized.
Tags: BizTalk, Typed mesage, Untyped Mesage, xml
Comments: none
Converting xml to pdf in BizTalk
Businesses are more concerned about reports , that is easily readable. I have seen many users who have posted asking , how to convert xml to pdf files in BizTalk. Well , this can be achievedas follows.
Create a Table in a Database, with the key fields : for Ex: Invoice will contain Invoice #, Customer [...]
Posted: December 25th, 2007 under BizTalk, Fileformats, xml.
Tags: BizTalk, Fileformats, xml
Comments: none