Browse by Tags
All Tags »
WCF LOB Adapter SDK (RSS)
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...
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...
Attachment(s): Program.cs
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...
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...
Attachment(s): association.zip
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...
Attachment(s): SQLAdapterSample.zip