Main menu:

 

January 2009
M T W T F S S
« Dec    
 1234
567891011
12131415161718
19202122232425
262728293031  

Site search

Archives

Categories

Tags

Links:

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 [...]

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 [...]