Our blog
Offering
our
perspective
Filter by :
BizTalk
18/06/2017

How to integrate the ESBExceptionDB database into the BizTalk Server backup job

The BizTalk ESB Toolkit contains a great pattern of error management, based on a database for the storage of the errors in the environment. It’s the SQL Server database named EsbExceptionDb. This …
BizTalk
15/06/2017

Unpromote a promoted property

When you want to promote a property in the context of a message from a pipeline component, you simply use the Promote method of the Context class. It is sometimes necessary to keep a property in the …
using xsd exe
BizTalk
08/06/2017

Use xsd.exe to deal with complex XML messages in .Net

In a BizTalk project, there are several ways to modify or transform XML messages. These may depend on the element in which the process occurs (orchestration, map, or pipeline). It’s possible to …