Browse by Tags
Sorry, but there are no more tags available to filter with.
-
-
This post will present a short demonstration of how to use the result of a Scripting functoid doing XSLT to something else then creating a node in the destination document. This post relies on the following concept, and your familiarity with them: Global...
-
-
One of the things that can be fairly useful in BizTalk maps is the ability to create global variables. These can be any .Net class that can be accessed from the map, everything from simple bool or int values to generic classes such as List<string>...
-
-
As a continuation of my Keyed Cumulative Sum post , where I did a key based summation using an xslt call template in a BizTalk map I got two main points of feedback worth repeating and showing. Questions If I use Sum on a decimal number it gives me all...
-
-
From time to time I get questions about mapping puzzles, and I love it! Send me more of those! (I realize might regret that statement later). This time the puzzle was how best to do a conditional cumulative sum, or keyed conditional sum, also possibly...
-
-
Following on my previous post on how to append records to existing (looping) records I am following up on that with a solution, or pattern as that's a word in high fashion, for how to use a second message as a lookup table to merge or enrich data...
-
-
Does BizTalk Server maps have patterns? What are patterns? Wikipedia states that it's a pattern if "...it happens 5 or more times..." and that a design pattern in computer science "...is a general reusable solution to a commonly occurring...