Sign In
Sonu's Tech Log
Sonu's ramblings on 'what' and 'why' of software products she experiences at Microsoft
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
"WCF LOB Adapter SDK"
Adapter Consumer
Adapter Developer
BizTalk Adapter Pack
BizTalk Server 2006 R2
BizTalk WCF Adapter
EAI
Just Because
Legacy Modernization
Metadata
Oslo
Pages
SSMoS
UML
Windows Communication Foundation
Archive
Archives
March 2010
(13)
February 2010
(1)
January 2010
(1)
December 2009
(1)
November 2009
(5)
July 2009
(2)
March 2009
(1)
November 2008
(1)
October 2008
(1)
February 2008
(3)
January 2008
(2)
December 2007
(1)
November 2007
(8)
October 2007
(2)
September 2007
(3)
August 2007
(3)
July 2007
(14)
June 2007
(13)
May 2007
(10)
April 2007
(19)
March 2007
(5)
April, 2007
MSDN Blogs
>
Sonu's Tech Log
>
April, 2007
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Sonu's Tech Log
Adapter Message Exchange Handlers
Posted
over 5 years ago
by
sonua
1
Comments
A message exchange pattern describes how messages flow between two endpoints. Choosing a message exchange pattern is the first step in writing a custom transport channel. An adapter developed using the WCF LOB Adapter SDK is a custom transport channel...
Sonu's Tech Log
Windows Server Code Name "Longhorn" Beta 3 available for download now!
Posted
over 5 years ago
by
sonua
1
Comments
Download to evaluate it at http://www.microsoft.com/windowsserver/longhorn/audsel.mspx . Besides other features, it also includes Internet Information Services (IIS) 7.0, which provides the benefits of running a WCF service on the internet using various...
Sonu's Tech Log
Microsoft Visual Studio Code Name "Orcas" and .NET 3.5 Beta 1 Shipped
Posted
over 5 years ago
by
sonua
1
Comments
Microsoft released beta version of Microsoft Visual Studio 2005 Code Named "Orcas" and .NET 3.5 on April 19, 2007. Get started by downloading - "Orcas" Beta 1 Software (VPC image) "Orcas" Beta 1 Whitepaper "Orcas" Pre-Beta 1 CTP WCF &...
Sonu's Tech Log
Setting Client Credentials
Posted
over 5 years ago
by
sonua
4
Comments
Scenario: The adapter needs the client credentials for establishing connection with the target system. How can a WCF client pass these credentials to the adapter? Remeber, the WCF-based adapter built using WCF LOB Adapter SDK is surfaced within a WCF...
Sonu's Tech Log
Adapter Connection Management
Posted
over 5 years ago
by
sonua
1
Comments
One of the key features of WCF LOB Adapter SDK is target system’s Connection Management. This posts talk about how connection management is accomplished within an adapter. Contents · Connection Lifecycle · Connection Pool Settings · Extracting...
Sonu's Tech Log
BizTalk multi-part messages and the BizTalk WCF Adapter
Posted
over 5 years ago
by
sonua
0
Comments
At MVP Summit 2007, a couple of attendees asked about how the WCF LOB Adapter SDK surfaces and handles BizTalk multi-part messages . Well, the short answer is – since Multi-part messages are not supported in BizTalk WCF Adapter Beta 2, they are not...
Sonu's Tech Log
Where does a WCF LOB Adapter fit in the WCF Channel Stack?
Posted
over 5 years ago
by
sonua
3
Comments
The following diagrams show how WCF LOB Adapter SDK and the adapters built using the SDK fit in the WCF channel stack. WCF Layered Channels WCF LOB Adapter SDK Layered Channels Typical Message Exchange Outbound Message...
Sonu's Tech Log
Adapter Anatomy
Posted
over 5 years ago
by
sonua
1
Comments
The adapter built using WCF LOB Adapter SDK is comprised of design-time and run-time components. The design-time user experience consists of browsing, searching and extracting Service Contract with choice of operations from the adapter. The run-time provides...
Sonu's Tech Log
Consume WCF Service Wizard generates port binding configuration files for import into BizTalk Server
Posted
over 5 years ago
by
sonua
6
Comments
Scenario: You have already designed, implemented and hosted a WCF Service. Now, you would like to send (and get) messages to this WCF Service in a BizTalk Orchestration process. BizTalk communicates with WCF applications via BizTalk WCF Adapter, which...
Sonu's Tech Log
Scenarios for creating an adapter using WCF LOB Adapter SDK and relationship with WCF Service
Posted
over 5 years ago
by
sonua
3
Comments
Windows Communication Foundation (WCF) is Microsoft's unified programming model for building service-oriented applications with managed code. It extends the .NET Framework to enable developers to build secure and reliable transacted Web Services that...
Sonu's Tech Log
Implementing Metadata Resolver Handler
Posted
over 5 years ago
by
sonua
3
Comments
The Adapter Browse Handler and Adapter Search Handler implementations return an array of objects of type MetadataRetrievalNode. This object structure doesn’t contain the actual information about the input and output types of each operation. The input...
Sonu's Tech Log
Implementing Metadata Search Handler
Posted
over 5 years ago
by
sonua
3
Comments
The implementation and usage of metadata search handler is identical to metadata browse handler, with the exception of this class returning a filtered list of metadata objects back to the caller depending on the passed in search criteria. It can return...
Sonu's Tech Log
Implementing Metadata Browse Handler
Posted
over 5 years ago
by
sonua
3
Comments
Most databases and LOB applications provide some form of metadata that can be used to define the data that is exchanged between the adapter and the target system. Adapter Developer needs to implement IMetadataBrowseHandler interface provided within WCF...
Sonu's Tech Log
Show me the metadata!
Posted
over 5 years ago
by
sonua
3
Comments
WCF LOB Adapter SDK extends the WCF channel architecture with Metadata Object Model and provides an infrastructure for browsing, searching, retrieving and importing metadata from the adapter. What is metadata? See this wikipedia definition for a more...
Sonu's Tech Log
Using Adapter Development Wizard
Posted
over 5 years ago
by
sonua
10
Comments
After WCF LOB Adapter SDK is installed on the system, the Adapter Developer can use the WCF LOB Adapter Development Wizard within Microsoft Visual Studio 2005 to create skeleton code for a new adapter. To invoke the wizard, select File > New > Project...
Sonu's Tech Log
Adapter Proxy Generation Advanced Options
Posted
over 5 years ago
by
sonua
2
Comments
In WCF programming model, one of the usage of ServiceModel Metadata Utility Tool ( Svcutil.Exe ) is to generate WCF service proxy files from static metadata documents (WSDL / XML Schema) or from running services. Use the command “svcutil /?” to see the...
Sonu's Tech Log
Adapter SDK Prerequisites
Posted
over 5 years ago
by
sonua
4
Comments
One of the commonly asked questions I get is - "Do I need to install BizTalk Server as a pre-requisite for WCF LOB Adapter SDK?". The answer is No. The Adapter SDK doesn't require BizTalk Server installed on a system, before Adapter SDK can be installed...
Sonu's Tech Log
BizTalk Server 2006 R2 Beta 2 released
Posted
over 5 years ago
by
sonua
1
Comments
Today the BizTalk Server Team at Microsoft is delighted to announce the availability of Beta 2 release of the BizTalk Server 2006 R2 on the MS Connect Site. To Access the connect site for BizTalk Server 2006 R2 Go to http://connect.microsoft...
Sonu's Tech Log
From Toronto to Seattle
Posted
over 5 years ago
by
sonua
1
Comments
I spent my last extended weekend in Toronto with my family and friends. It was my sister's birthday and we went to La Fenice restaurant for good Italian food and wine. The celebration continued on Saturday at Sam and Pete's with more food, drinks, live...
Page 1 of 1 (19 items)