To expose a web service with Biztalk, the Biztalk WCF Service Publishing Wizard can be used. This wizard, among other things, generates an IIS site. In order to fully automatize the deployment, it …
With BizTalk 2016 (FP 2), a new BizTalk project type appeared in Visual Studio: The BizTalk Server Application project. This project type allows you to automatically deploy a BizTalk project through …
Between many artifacts BizTalk Server provided maps. Maps allow XML Source messages transformation into XML Destination messages. For that purpose, there are basically three approaches.
The …
BizTalk orchestrations can be designed to run discrete pieces of work, following the classic ‘ACID’ concept of a transaction. If we need to debatch a Message inside a Biztalk orchestration, we will …
I recently faced a problem when dealing with stream in a custom BizTalk pipeline component.
Apparently, it sometimes happens the stream you are using is not seekable :
Error : …
BizTalk TMS is an additional component required for the BizTalk Server 2016 Feature Pack 3. This component is in charge of the management of OAuth token refresh for the 3 new adapters that comes with …
When you work on a BTDF project, having multiple partial binding masters (i.e : the complete binding master of the BizTalk application is split in many different files) can be useful in several …
This article follows the presentation of unit testing on XML schemas. This time we will focus on the unit tests for BizTalk maps. The philosophy remains the same: to guarantee the validity and the …
When creating a BizTalk Server VM (from « BizTalk Server 2016 Developer » template for instance) on Azure,
BizTalk tracking simply does not work.
To fix the issue, …
During BizTalk development, XML schema creation is almost inevitable. Once the schema is built, it is a good practice to validate it (using the “Validate Schema” and “Validate Instance” features). …
Switching from a single node to a repeating nodes structure is a case I have frequently answered with BizTalk. BizTalk and his mapping toolbox allows to get these transformations easily . Usually, …
This solution has been achieved on a BizTalk Server 2013 R2 and requires the installation of NSoftware adapters v4.
Further details:https://www.nsoftware.com/adapters/biztalk/
As part of a recent …