-
The Durable Task Framework is an open source project originally started by Microsoft. It enables you to write orchestrations in pure C# using the .Net framework. By using of this framework, you can implement many kinds of integration projects without of need to use any Enterprise Service Bus product...
-
Coded Orchestrations When working in integration space, we commonly deal with terms like Orchestration, Business Process Execution etc. For this purpose we use differed powerful products like Enterprise Service Busses, Process Execution Engines, etc. Following picture shows one BPMN2 example,...
-
When implementing services, you will at least on Windows typically implement the service und run it in Service Control Manager (SCM). Another option would be implement a job, which will be scheduled by System Task Scheduler, which is built in the operative system. However if the program has to run for...
-
Imagine you are writing a piece of software, which looks like following code snippet: MyProgram.Run(args) { var result1=Task1(); if(resut1 = 1) Task2(); ...
-
Here are most important slides related to BizTalk Server Roadmap announced at Integrate 2014 in Redmond. BizTalk features from 2006-2013 at once: All support lifecycles at once: Release Cadence: Full presentation http://biztalk360.blob.core.windows.net/integrate2014/Day01_06_Guru_Venkataraman_BizTalk_Server_Roadmap...
-
Hybrid Connector is a technology which enables you to connect to private data from cloud application. That means if you have a Azure WebSite or a WebApi as a part of Mobile Services solution, you can connect to any TCP reachable service (with static IP address), which even does not have a public IP address...
-
There are many situations in Business when some Business Process has to be orchestrated by multiple incoming messages. For all of you who are not very familiar with system integration, here are few words about it. Imagine your need to implement an application which is driven by multiple events. For example...
-
The new BizTalk Server has as usual many improvements, new adapters and it focuses now additionally the cloud model. Cloud related strategy includes Infrastructure as a Service (IaaS) capabilities as well as Platform as a Service (PaaS) capabilities. To get a good feeling about IaaS offering for...
-
Service Bus 1.0 (also called Service Bus Server) is a Microsoft messaging product, which many people will compare with Enterprise Service Bus. Currently Microsoft is NOT positioning Service Bus Server as an ESB product. The reason for that is that Service Bus doesn’t support many of features which are...
-
When multiple systems are connected to each other different connecting patterns can be used. Most typical kind of connection is called direct messaging . This is not related to terms like direct TCP connection or request response HTTP messaging. When we are trying to connect systems usually we...
-
The EDI bits on Azure have been refreshed! Specifically here are the new features: Delete agreement: Existing and new agreements can be deleted to reduce clutter and free up resources. Redeploy agreement: You can change agreement settings and redeploy the agreement EDI Portal performance is improved...
-
When installing ServiceBus Connect feature (a peace of Cloud Middle-Ware) following three artifacts will be installed: 1. Developer SDK 2. Runtime 3. Management tools Developer SDK You need it for VS to develop EAI applications. Developer SDK contains following components: 1. Windows...
-
When you try to generate the metadata of the BizTalk Server WCF-SQL adapter, following error can occur: BizTalk. "The name that you have entered is not valid." The character '.' may not be used. This error is caused by invalid Inbound Identifier (see picture below). The InboundId...
-
Hey guys, just for your knowledge, I think this bug is well known. If you store your binding file within TFS and edit it with Visual Studio manually, e.g. insert placeholder or something else. Then be aware of this issue, if you are using Filter Actions within a SendPort: - Open Binding File in Visual...
-
Hey guys, If you update Visual Studio 2008 on a BizTalk Developer Machine please be aware of the following annoying error while trying to create a new BizTalk Project: Visual Studio 2008 fails to open/create a BizTalk Server 2009 project. This is caused when Visual Studio 2008 is repaired or when a Visual...