Oct 5

Quick Tip – BizTalk Mapper and Hidden Links

Hidden links can sometimes cause your map to behave in unexpected ways! If this occurs, always check out the compiler-generated links to make sure that he

By Sandro Pereira

Nov 8

BizTalk Mapping – Basic Concepts of Building BizTalk Map

The Basics of building a map consist of implement five differences process: Simple Drag-and-Drop: dragging links from the source schema windows directly to

By Sandro Pereira

Apr 26

BizTalk XSLT Reuse (xsl:include and xsl:import): Resolving of external URIs was prohibited error

A client of mine, use a strategy for re-use XSL, basically, they have custom XSLT with external XSLT’s that contain global functions that can be used inside

By Sandro Pereira

Apr 26

BizTalk Mapper – Cannot load source/destination schema

Recently I try to test a BizTalk map the test fails and for my surprise, it gives me the following error: "Cannot load source/destination schema:

By Sandro Pereira

Apr 6

Calling an external assembly from Custom XSLT – Custom Extension XML (Grid Property)

In complex maps is usual to have scripting functoid with custom inline XSLT, and sometimes is useful to call custom NET components directly from XSLT So,

By Sandro Pereira

Oct 28

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

By Sandro Pereira

Sep 14

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

By Sandro Pereira

Aug 7

Debug maps in BizTalk 2006/2006 R2 and in BizTalk 2009

This is a great feature, that in most cases overlooked, because maps can become very large, to the point that is difficult to read, very difficult to maintain

By Sandro Pereira

Jul 20

BizTalk Document Mapping – Mass Copy Functoid

The Mass Copy functoid allows source records and containing elements and attributes to be copied and mapped across to the destination schema It creates a

By Sandro Pereira

Jul 20

BizTalk Document Mapping – Value Mapping Functoid and Value Mapping (Flattening) Functoid

If you want to map a specific field based on a condition, then Value Mapping functoid and Value Mapping (Flattening) Functoid are the two forms available to

By Sandro Pereira
turbo360

Back to Top