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)
June, 2007
MSDN Blogs
>
Sonu's Tech Log
>
June, 2007
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Sonu's Tech Log
WCF LOB Adapter SDK 'RC' is now available for public download
Posted
over 5 years ago
by
sonua
0
Comments
I haven't had many posts in last few days as we have been working on releasing first public beta 'Release Candidate' of WCF LOB Adapter SDK. Now some of you who did express interest in trying this SDK will be able to download it without having to sign...
Sonu's Tech Log
WCF LOB Adapter Usage Patterns
Posted
over 5 years ago
by
sonua
4
Comments
An adapter built using WCF LOB Adapter SDK can be used in variety of topologies and scenarios. Follow your organization’s n-tier architecture principles and design patterns to determine where the adapter can fit best for your requirements. Usage Pattern...
Sonu's Tech Log
WCF LOB Adapter SDK and its relationship with WCF Channel Model
Posted
over 5 years ago
by
sonua
3
Comments
In this post, I will show how WCF LOB Adapter SDK relates to WCF Service Model and WCF Channel Model. I have briefly talked about this topic in the following posts: · Where does a WCF LOB Adapter fit in the WCF Channel Stack? · Adapter as a WCF...
Sonu's Tech Log
Transaction support in inbound message exchange handler
Posted
over 5 years ago
by
sonua
1
Comments
Scenario: How does WCF LOB Adapter SDK enable transaction support in the inbound message exchange handler? There are two ways of providing transaction support within the adapter inbound message exchange handler. Transactions initiated by...
Sonu's Tech Log
Contract Generation from WSDL/XML Schema - DataContractSerializer vs. XmlSerializer
Posted
over 5 years ago
by
sonua
0
Comments
WCF LOB Adapter SDK metadata object model generates WSDL / XML Schema with constructs that are well-liked by DataContractSerializer . The Svcutil.Exe creates a proxy / service interface from this WSDL containing attributes such as ServiceContract, OperationContract...
Sonu's Tech Log
Metadata object model extensibility using ExportXmlSchema
Posted
over 5 years ago
by
sonua
2
Comments
Scenario: Adapter Developer needs to define an operation signature using XML Schema types not directly supported by the WCF LOB Adapter SDK Metadata Object Model. For example, there is a need to have an operation signature like this – void SendXmlBlob...
Sonu's Tech Log
'WCF LOB Adapter SDK' metadata object model
Posted
over 5 years ago
by
sonua
2
Comments
WCF LOB Adapter SDK provides Metadata Object Model to define a contract for an operation. This object model is used within IMetadataResolver implemented classes. The purpose of this model is to generate the XML Schema representation of the parameters...
Sonu's Tech Log
How to invoke the Metadata Resolver and resolve metadata without using Visual Studio Plug-Ins?
Posted
over 5 years ago
by
sonua
2
Comments
Scenario: You want to get an adapter generated WSDL / XML Schema for a subset of operations. The following code snippets show how to retrieve a ServiceDescription (WSDL) for a given set of operation identifiers. Method 1 – Using WCF provided MetadataExchangeClient...
Sonu's Tech Log
Adapter as a WCF Binding - In Depth
Posted
over 5 years ago
by
sonua
4
Comments
WCF LOB Adapter SDK surfaces an adapter as a custom WCF Binding . A WCF Binding corresponds to the “How” of the WCF Message transfer from one Endpoint to another Endpoint. It produces a set of binding elements that correspond to particular design settings...
Sonu's Tech Log
Passing SOAP actions to Adapter Inbound Handler for filtering type of listeners
Posted
over 5 years ago
by
sonua
3
Comments
Scenario: How can an Adapter Consumer pass the operation SOAP action to the Adapter Inbound Handler StartListener() method at run-time? WCF provides a feature called Custom Behaviors that lets us inject common and "cross-cutting" logic into the WCF...
Sonu's Tech Log
Using adapters in composite services / business processes
Posted
over 5 years ago
by
sonua
0
Comments
The WCF-based adapters can be used within an aggregated inter or intra enterprise business process to provide a true business level “building blocks” that reduce the time, cost and complexity of enterprise integration. Think of a composite service that...
Sonu's Tech Log
Back from TechEd 2007
Posted
over 5 years ago
by
sonua
0
Comments
Last week at TechEd2007 in Orlando, Florida was fabulous. I got a chance to attend a few sessions on WCF, WF and .NET 3.0 Architecture and Performance. The session on WCF LOB Adapter SDK, presented by me, Jesus Rodriguez and Wayne Citrin , had 102 attendees...
Page 1 of 1 (12 items)