Welcome to MSDN Blogs Sign in | Join | Help

WCF LOB Adapter SDK and BizTalk Adapter Pack

The BizTalk Adapter Pack, comprising of the SAP, Siebel, OracleDB, OracleEBS and SQL WCF Bindings / Adapters which can be used with BizTalk Server 2006 R2 and R3. The Windows Communication Foundation (WCF) Line Of Business (LOB) Adapter SDK.

Syndication

News

CTP4 released (Adapter Pack V2, Adapter SDK V1 SP2) on October 21, 2008

Other Blogs Related to BizTalk Adapter Pack

Browse by Tags

All Tags » WCF LOB Adapter SDK   (RSS)
Things to consider when writing WCF LOB Adapters for consumption through BizTalk
If you are writing a WCF LOB adapter that can be consumed through BizTalk, you need to be aware of certain issues that can manifest because of the way BizTalk interacts with WCF adapters. Some of these can have performance and scalability impact and hence Read More...

Posted Thursday, March 12, 2009 6:22 AM by SandeepP | 0 Comments

Throughput stalls when using adapters, developed against the WCF LOB Adapter SDK, in BizTalk
We’ve had a few users complaining about the throughput of the adapters (the Adapter Pack ones, and/or custom ones) coming to a standstill during normal operation within BizTalk. In this post, I’ll explain why that happens, and some workarounds. Let’s Read More...

Posted Monday, August 18, 2008 4:21 PM by mdoctor | 0 Comments

Changes to the WCF LOB Adapter SDK in SP2
If you’re developing your own adapters against the WCF LOB Adapter SDK, then it might be worth your while to try out the June CTP of the SP2 of the WCF LOB ASDK. There are a few minor changes, but we might make more based on your feedback. I’m mentioning Read More...

Posted Monday, July 21, 2008 7:15 PM by mdoctor | 0 Comments

Filed under:

Connection Pooling in the WCF LOB ASDK based adapters.
I was recently contacted by a customer using the SAP Adapter. They were using the Adapter directly via a WCF proxy (i.e., without using BizTalk) from within an ASP.NET application. Their complaint was that the throughput was very low. On investigating Read More...

Posted Sunday, April 13, 2008 4:08 PM by mdoctor | 0 Comments

Filed under:

Announcing the Microsoft BizTalk Adapter Pack – Office Developer Program
As was already announced on this forum, the BizTalk Adapter Pack (BAP) was announced more than a month ago during the Office Developer Conference and became available starting March 1st. The BAP provides a robust and comprehensive out-of-the-box connectivity Read More...

Posted Sunday, March 30, 2008 4:48 PM by sreeramn | 0 Comments

Transactional behavior in a receive location using an adapter
Quite a few customers developing custom adapters built on the WCF LOB Adapter SDK have come back to us asking for details on how to have transactional behavior while receiving messages from the LOB and submitting them to BizTalk (receive location) - for Read More...

Posted Sunday, March 23, 2008 12:23 PM by mdoctor | 0 Comments

Filed under:

How To: Obtain a list of receive actions when an ASDK-based Adapter is used with BizTalk in a Receive Location
The WCF LOB Adapter SDK (ASDK) contains a behavior named "InboundActionEndpointBehavior" which you can add to your ServiceHost in inbound scenarios. What this behavior does is, at runtime, analyzes the contract deployed, determines the Actions on the Read More...

Posted Friday, January 18, 2008 5:46 AM by mdoctor | 0 Comments

Filed under:

Attachment(s): Program.cs

Getting LOB metadata from SAP, OracleDB and Siebel adapter using svcutil
The WCF based adapters that ship in the Biztalk Adapter Pack are WCF bindings. The svcutil tool can be used to get metadata for a LOB method using these bindings. The scheme in the URI determines which adapter binding is loaded by svcutil. However when Read More...

Posted Tuesday, October 23, 2007 9:56 AM by Jayanthi S | 2 Comments


Attachment(s): svcutil.exe.config

Sample - SQL Adapter built on the ASDK.
Attached is a sample SQL Adapter built on the ASDK. This adapter (being a sample), is rather simple: (a) Only stored procedure execution is supported. (b) For obtaining metadata about the result set returned by the stored procedure, the stored procedure Read More...

Posted Friday, October 05, 2007 10:00 PM by mdoctor | 0 Comments

Filed under:

Attachment(s): SQLAdapterSample.zip

Page view tracker