Category: BizTalk
-
Itinerary Configurator
Problem I had many web services to implement with BizTalk ESB Toolkit. All these web service would take input message, perform some mapping/enrichment on the input message call a web service on a LOB system. The LOB web service result would then be mapped to the result of the web service and returned to the…
-
Implementing Singleton pattern with BizTalk Orchestrations
With BizTalk Orchestrations, a new instance of the orchestration is created every time a new message arrives at the Receive Port. In a Singleton pattern only one instance should exist to handle all the messages (or events) in the system. You can implement the singleton pattern using a simple correlation on the Receive Port name,…
-
Simplified BizTalk Content Based Routing for a Passthrough data
I had simple task, I had image files that need to be routed (“copied”) to another location based on some field being set inside the image metadata. I devised a simple solution that consists of a simple pipeline component that promotes the filed into the Message Context, create a dummy schema with promoted field. Use…
-
Secure Messaging Solution
We are sending end receiving sensitive information over the internet. We want to secure all the messages we are exchanging with our partners. Technical Background Microsoft® BizTalk® Server relies heavily on the security provided by certificates. By using certificates for encryption and digital signatures, BizTalk Server can send and receive data that can be trusted.…
