BizTalk Orchestration Error Message – Using Parallel Action – if shared data is updated in a para...
Scenario I have one scenario that at the end of the orchestration I will delivery notification to the client, one branch will send notification by SMS,
BizTalk FTP Adapter – How to send an FTP message with a specified filename
There are many approaches to this I'll give the simple (or basic) way to do Set the FILEReceivedFileName and use the %SourceFileName% macro In the
BAM API – Using OrchestrationEventStream to write BAM Events from BizTalk orchestration
The OrchestrationEventStream (OES) is one of the artifacts developers should consider in order to programmatically populate a BAM activity model from within a
BizTalk Orchestration Error Message – property ‘Microsoft.XLANGs.BaseTypes.Address...
I have an orchestration process that dynamic send email notifications: When I first try to compile the orchestration I receive back the following error
BizTalk Training – Handling Exceptions inside orchestration
Handling exceptions inside orchestration is the equivalent of doing a "catch { }" block in C#, of course, there are some little differences, but the idea is
BizTalk Training – Accessing and change message values inside orchestration
There are 3 ways that we can read and set values of the message inside orchestration: Using Property promotion Using XPath expressions Using
BizTalk Training – Customize filename dynamically inside Orchestration
This is a basic step To accomplish this, you have to define the message context property of the output message The message context is a container for
BizTalk Orchestration – Understanding Persistence points
What are Persistence Points Often ignored, but really important, persistence points in BizTalk Server are the key issue in dealing with Orchestration
BizTalk Orchestration – Orchestration debugging inside Visual Studio – Part II (BizTalk 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
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