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

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 is executed (GetSchemaOnly) with default values for each input parameter.

(c) Parameters are assumed to be either IN, or INOUT.

The adapter requires the Adventure Works sample database, which can be obtained from here: http://www.codeplex.com/MSFTDBProdSamples/Release/ProjectReleases.aspx?ReleaseId=4004. (I used AdventureWorksDB.msi).

There is a test project included which should help you out in figuring how the connection uri should look like. The test project browses, searches, and gets the metadata for a stored procedure. Then, it executes a procedure to get the ManagerId for a particular employee.

Published Friday, October 05, 2007 10:00 PM by mdoctor

Filed under:

Attachment(s): SQLAdapterSample.zip

Comments

No Comments

Anonymous comments are disabled
Page view tracker