Our blog
Offering
our
perspective
Filter by :
secure and reliable logic apps with service bus
Azure
10/12/2017

Scalable & Reliable messaging in Azure Logic Apps with Service Bus

Azure Logic App is the toolset to build scalable integrations and workflows within the Windows Azure platform. As many services provided by Windows Azure, Azure Logic Apps runs serverless. Yes, that …
Install Azure On-premise Data Gateway
Azure
10/08/2017

Install Azure On-premises data gateway

In a previous post – Understanding Azure On-premises Data Gateway – I tried to explain how the Azure On-premises data gateway works. This post is the next step and shows how to install the …
Install Azure On-premise Data Gateway
Azure
03/08/2017

Understanding Azure On-premises Data Gateway

As data is now everywhere (cloud and on-premises solutions) we – the integration experts – paying attention to hybrid communication ways. Enterprise business processes are more and more involving …
Azure
23/06/2017

SAS authentication in Azure API Management

In every API management tool, you must make a distinction between frontend authentication (or façade, ie: that exposed to the API consumers) and backend authentication (that exposed by the backend …
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, …
Innovations
23/06/2017

Microsoft BizTalk Services is retired

Microsoft has announced (on 05/31/2017) that BizTalk Services will be retired (https://azure.microsoft.com/en-au/updates/azure-biztalk-services-simplifying-our-azure-offerings/). Let’s go back …
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 …
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 …