What are the different types of transactions available for orchestration?
BizTalk orchestration provides a transactional programming model that includes support for exception handling and recovery from failed transactions
Difference between call and start Orchestration
BizTalk assigns one thread for every orchestration; even if you are using parallel shape inside your orchestration! When you use Call Orchestration shape
Input/Output parameters in orchestrations – Adding Parameters to Orchestrations
You can specify what parameters your orchestration should take in the Orchestration View window An orchestration can take the following items as
How to schedule an orchestration (BizTalk 2004, 2006 or R2)
How can we schedule an orchestration to run at predetermined time intervals or to start in a predetermined hour You have 3 possible ways to do
Multi-Part message – “use of unconstructed message ” – Error message when...
Sometimes when we try to build or deploy BizTalk solution, you may get the following error message: “Use of Unconstructed Message 'MessageName'” I
‘System.String’ must be Xml serializable to be a message part type
Sometimes, when I try to build my project I get the following compile-time error: "'SystemString' must be Xml serializable to be a message part type --