Azure trainings!
Infused with experience from the field, brought with lots of passion!

BizTalk 2013: SB-Messaging Adapter

This post was originally published here. The BizTalk Server 2013 Beta release comes with the SB-Messaging adapter.  This adapter allows our on-premise BizTalk environment to integrate seamlessly with the Windows Azure Service Bus queues, topics and subscriptions. ...

Error while building a flat file schema with TFS

The post was originally published here. Lately I came across a weird exception while building a BizTalk project with Team Foundation Server.  Let’s have a look. The error Although the build succeeded locally, we got this error while building our BizTalk project with...

How to register WCF extensions in BizTalk?

The post was orignally published here. In more advanced WCF scenarios, the BizTalk standard functionality can be insufficient.  In those cases, WCF extensibility can help us to overcome the limitations of the standard BizTalk WCF adapters.  Typical examples are custom...

Error while importing BizTalk binding files remotely

The post was orignally published here. The solution to enable the import of binding files for remote execution. Some extra BizTalk software installation is required, when using the WCF adapter. Today I’ve encountered an issue with remote BizTalk deployment.  Every...

Some lines about XML validation in BizTalk

This post was originally published here. In the BizTalk toolbox, you have two standard pipeline components that can perform this XML validation. These components have a very different behavior. Let’s have a detailed look. It’s a good practice to have some XML...

Importing two schemas of the same namespace in BizTalk

This blog was originally published here. It’s a common practice to reuse schemas and types within your BizTalk solution. Lately, I’ve encountered an issue regarding this. Here you can find a simplified example and a solution to the problem. Assume you have two...