Our blog
Offering
our
perspective
Filter by :
BTDF deploy IIS application
BizTalk
18/02/2019

Deploy an IIS Site with BTDF

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 …
BTDF deploy IIS application
BizTalk
21/01/2019

Biztalk Server Application project : Set Up

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 …
map full xslt
BizTalk
25/11/2018

Make a map in full Xslt

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 …
self correlated port with star wars api
BizTalk
17/11/2018

Self Correlating Port with Microsoft BizTalk Server

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 …
deal with seekable stream
BizTalk
31/10/2018

How to deal with non seekable stream

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-privilege-error
BizTalk
24/10/2018

Insufficient privileges during the installation of BizTalk TMS

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 …
btdf multiple binding files
BizTalk
08/10/2018

BTDF : handling multiple partial binding masters

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 …
unit test biztalk
BizTalk
01/06/2018

Biztalk maps and unit tests

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 …
tracking biztalk non working on Azure
Azure
25/04/2018

BizTalk tracking not working on Azure VM

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, …
unit test biztalk
BizTalk
13/04/2018

XML Schemas and Unit Tests

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). …
from single record (node) to multiple record (node) with Biztalk map
BizTalk
23/06/2017

From single node to repeating nodes using BizTalk Mapper

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, …
BizTalk
21/06/2017

Get a batch of FTP files with a send port (NSoftware)

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 …