Welcome to MSDN Blogs Sign in | Join | Help

Consume Adapter Service BizTalk Project Add-In

The Consume Adapter Service BizTalk Project Add-In is metadata generation tool included in WCF LOB Adapter SDK for use with BizTalk Projects.  This add-in is only installed if WCF LOB Adapter SDK Setup detects BizTalk Server 2006 R2 (RC or RTW version) on user’s machine. This tool can be used by adapter consumers in Visual Studio 2005 to browse (and search) metadata from adapter and then generate XML Schemas for selected operations.  You can invoke this add-in by right-clicking on a BizTalk Project and selecting “Add > Add Generated Items > Consume Adapter Service”.   

When this add-in is selected, the following dialog appears:

 

This dialog is exactly similar to Add Adapter Service Reference Visual Studio Plug-In with one difference - the Advanced button is not applicable and present on the BizTalk add-in.

Adapter consumer can click on Configure button to configure security, line-of-business connection string and adapter binding properties.

Select one or more operations, and click on OK to generate the artifacts.

The following files are generated:

 

Case 1: Selected contract type is Outbound

·         XML Schemas

·         WCF-Custom Send Port Binding Information XML

 

Case 2: Selected contract type is Inbound

·         XML Schemas

·         WCF-Custom Receive Port Binding Information XML

 

The port binding information XML files contain information to configure (during deployment) a send and/or receive port with WCF-Custom Transport properties using WCF LOB Adapter as a WCF binding.

Once you have the schema files, these can be used within BizTalk solutions. 

Deployment Time Experience

 

Once the BizTalk Project is built successfully, deploy it in BizTalk Server 2006 R2. 

 

·         Use BizTalk Server 2006 Administration Console to import the port binding XML file(s) to create the physical ports.

o   Right click on Applications within BizTalk Group, select Import > Bindings and then navigate to the Visual Studio BizTalk project folder

o   Select the Port Binding Information XML file

·         Map the logical ports in Orchestration with the physical ports

·         Enlist and start the orchestration (and all its dependencies)  

 

At run-time, the BizTalk application (orchestration) uses BizTalk WCF Adapter to communicate with the adapter.  See this post for more information on how WCF LOB Adapter relates to BizTalk WCF Adapter.

 

Published Tuesday, July 03, 2007 2:00 PM by sonua

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

# Developing adapters using WCF : Tale of two adapters -- BizTalk WCF Adapter and WCF LOB Adapter

# About WCF LOB Adapter SDK (ASDK)

Many large enterprises have disparate systems including legacy mainframe, packaged and homegrown applications

Saturday, July 07, 2007 2:35 PM by Developing adapters using WCF

# About WCF LOB Adapter SDK (ASDK)

Many large enterprises have disparate systems including legacy mainframe, packaged and homegrown applications

Saturday, July 07, 2007 2:35 PM by Developing adapters using WCF

# Metadata Search Browse Custom User Control

Microsoft.ServiceModel.Channels.Tools.MetadataSearchBrowse.MetadataUserControl is a custom System.Windows.Forms.UserControl

Sunday, July 08, 2007 4:24 PM by Developing adapters using WCF

# Metadata Search Browse User Control

Microsoft.ServiceModel.Channels.Tools.MetadataSearchBrowse.MetadataUserControl is a custom System.Windows.Forms.UserControl

Sunday, July 08, 2007 4:28 PM by Developing adapters using WCF

# How to: Browse/Search metadata in a WCF LOB Adapter

Adapter consumer can browse/search metadata from WCF LOB Adapter using following ways: Using Add Adapter

Sunday, July 08, 2007 4:30 PM by Developing adapters using WCF

# Metadata Search Browse API

WCF LOB Adapter SDK provides API for browsing, searching and resolving metadata besides the Add Adapter

Sunday, July 08, 2007 4:49 PM by Developing adapters using WCF

# How to: Generate a WSDL from a WCF LOB Adapter

Add Adapter Service Reference Visual Studio Plug-In generates a CLR objects and Consume Adapter Service

Sunday, July 08, 2007 5:54 PM by Developing adapters using WCF

# Adapter Connection Management

One of the key features of WCF LOB Adapter SDK is target system’s Connection Management. This posts talk

Monday, July 09, 2007 2:21 AM by Developing adapters using WCF

# Using Adapter Development Wizard

After WCF LOB Adapter SDK is installed on the system, the Adapter Developer can use the WCF LOB Adapter

Monday, July 09, 2007 2:23 AM by Developing adapters using WCF

# WCF LOB Adapter Usage Patterns

An adapter built using WCF LOB Adapter SDK can be used in variety of topologies and scenarios. Follow

Wednesday, July 11, 2007 4:49 PM by Developing adapters using WCF

# Step by Step to add new WCF LOB Adapter to your .Net Solution

Background: After we downloaded WCF LOB Adapter SDK and read my previous post. You will find all the...

Monday, October 08, 2007 6:55 AM by Crash Course

# re: Consume Adapter Service BizTalk Project Add-In

can u give me complete example of how to use WCF-NetTCP adapter in place of TCP adapter in R2.  i need complete biztalk project which use this adapter for example.

Tuesday, July 15, 2008 12:17 AM by Adnan iqbal

Leave a Comment

(required) 
required 
(required) 

  
Enter Code Here: Required
 
Page view tracker