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 and Oracle WCF Bindings / Adapters which can be used with BizTalk Server 2006 R2. The Windows Communication Foundation (WCF) Line Of Business (LOB) Adapter SDK.

Syndication

Other Blogs Related to BizTalk Adapter Pack

Browse by Tags

All Tags » WCF LOB Adapter SDK   (RSS)
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

WCF Siebel adapter Vs Biztalk Siebel adapter
What are the differences between old Siebel adapter shipped with Biztalk releases and WCF based Siebel adapter? Here is the list: Since new Siebel adapter is developed using WCF LOB Adapter SDK (ASDK), ASDK features like Browse, Search and Resolve are Read More...

Posted Thursday, November 08, 2007 12:44 PM by anilpr@microsoft.com | 0 Comments

Working with Siebel multi valued link (MVL) using siebel adapter
Siebel adapter supports working with multi valued link in Siebel. Following operations are exposed for MVLs: 1. Associate 2. Dissociate 3. Query_xxx A sample is attached for associating Contact record with Account business component. Sample starts with: Read More...

Posted Thursday, November 08, 2007 9:46 AM by anilpr@microsoft.com | 0 Comments


Attachment(s): association.zip

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