BizTalk Orchestration – Orchestration debugging inside Visual Studio – Part II (BizTalk 2009)
Sep 11, 2009
In my previous post ("BizTalk Orchestration – Orchestration debugging inside Visual Studio") I explain how to debug BizTalk 2004, 2006 or R2 orchestration
BizTalk Orchestration – Orchestration debugging inside Visual Studio
Sep 7, 2009
HAT it’s great for visual debug orchestration and see the track of the workflow, but there are some situations that we wish to could step through
What are the different types of transactions available for orchestration?
Aug 15, 2009
BizTalk orchestration provides a transactional programming model that includes support for exception handling and recovery from failed transactions
Difference between call and start Orchestration
Aug 15, 2009
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
Aug 15, 2009
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)
Jun 11, 2009
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...
Apr 29, 2009
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
Apr 24, 2009
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 --


