Main menu:

 

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

Site search

Archives

Categories

Tags

Links:

Tag: Typed mesage

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