Posts

Showing posts with the label Covast ebMS Adapter

Using the Covast ebMS Adapter (part 3)

Image
In the previous posts ( part1 and part2 ) i have described some features of the Covast ebMS Adapter and the usage of pipelines to set the message properties and destination. When using orchestrations, the message can be sent directly to the message box because the message context properties can be set inside the orchestration. This approach can be used to implement additional requirements in inter party communication such as error handling, correlation and other implementations where more dynamic control is required beyond the static configuration of pipelines. Let’s build an orchestration using the ebMS context properties to send message to a specific party and collaboration protocol agreement (CPA). ‘Building an orchestration for ebMS messaging’ The orchestration in this scenario used message context properties to ensure that the correct collaboration protocol agreement was used during processing. The following paragraph, will explain the construction of this Orchestration. The figu...

Using the Covast ebMS Adapter (part 2)

Image
As described in my previous post on the Covast ebMS Adapter ( part1 ) there are 2 ways of leveraging the functionality of the ebMS Adapter 1) Pipelines 2) Orchestration Using pipelines The ebXML Messaging Service pipeline components can be configured to use a specific collaboration protocol agreement (CPA) when assembling, encrypting and signing or disassembling and authenticating the ebXML message. This configuration is performed when the pipeline is selected for usage in a BizTalk port. This requires that pipeline properties are configured so that they match the corresponding properties of the collaboration protocol agreement (CPA). The configuration is used at runtime to process messages. When a message arrives, the properties of the message, in addition to the pipeline properties, are used to locate the correct CPA and to apply the settings during message exchange. For instance: the CPA can dictate the requirement to return an Acknowledge message and the message destination. The CP...

Using the Covast ebMS Adapter (part 1)

Image
Getting started with the Covast ebMS adapter The Covast ebMS Adapter for BizTalk Server 2006/2009 is a suite of components that can be used to develop and deploy BizTalk solutions, which require secure and reliable data transmission. A getting started package is included with the demo version of this adapter, using a loopback scenario to demonstrate the usage of this adapter. In this multipart series i will explain the 2 methods of using the adapter. The Covast ebMS Adapter implements the specifications of ebXML Message Services. To get started with the ebMS Adapter, the following steps have to be followed: · Install the adapter · Define the collaboration protocol agreement · Configure the adapter using pipelines or context properties inside an orchestration This part will explain the steps to follow for setting up the adapter….Here we go… · Install the Covast ebMS adapter The Covast ebMS Adapter consists of several components that aid in the development of ebMS solutions. The installa...