BizTalk Training – Mapping – Grouping elements from different messages in BizTalk Maps
Ok, this will be my third mapping problem published and I can tell that it will not be the last… First of all let me tell you that for me there is no
BizTalk Training – Mapping – How to implement multi-level Muenchian grouping in BizTa...
I already talked about Muenchian Grouping in BizTalk Maps in the past: BizTalk Training – Mapping – Muenchian Grouping and Sorting in BizTalk Maps
BizTalk Training Resources: Virtual Labs, Tutorials, Virtual Machine and more…
Sometimes people ask me how to quick-start learning BizTalk or I see a lot of people asking that in forums, which leads me to always be looking for
BizTalk Training – Mapping – Muenchian Grouping and Sorting in BizTalk Maps without l...
There is an astonishing post by Chris Romp about Muenchian Grouping and Sorting in BizTalk Maps, but it has one limitation, by creating and configuring Custom
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 Advanced Mapping Tips – Inline XSLT – Selecting distinct nodes (grouping)
One of the more challenging things to do in XSL 10 was getting a distinct list of values from a set of nodes There is no simple syntax for writing this type
BizTalk Orchestration – Call Orchestration from another project or from another BizTalk Application
Imagine that we have 2 Visual Studio BizTalk Projects: Project1 Orch1 Schema1 Project2 Orch2 Both are deployed to the same BizTalk