Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 3.86 KB

samples-for-the-siebel-adapter.md

File metadata and controls

53 lines (39 loc) · 3.86 KB
title description ms.custom ms.date ms.service ms.reviewer ms.suite ms.topic
Siebel adapter samples
Siebel WCF adapter samples that can be used with BizTalk Server, WCF service model, and the Data Provider for Siebel
10/18/2017
biztalk-server
article

Samples for the Siebel adapter

Samples for [!INCLUDEadaptersiebel] are categorized into:

The samples are available at BizTalk Adapter Pack 2010: Siebel adapter samples.

Note

[!INCLUDEfiles-need-updated]

The following list describes the samples.

BizTalk Server samples

Sample Directory Name Description
BusinessService Demonstrates how to invoke a business service in Siebel using the [!INCLUDEadaptersiebel_short].
MVLDemo Demonstrates how to work with multivalue links (MVLs) in Siebel using the [!INCLUDEadaptersiebel_short].
SiebelAccount Demonstrates how to insert records into the Account business component in Siebel using the [!INCLUDEadaptersiebel_short].
SiebelAdapterIntegrationObjects Demonstrates how to invoke a business service in Siebel, which works with Integration Objects, using the [!INCLUDEadaptersiebel_short].
SiebelPicklist Demonstrates how to insert values of picklist types into a Siebel business component using the [!INCLUDEadaptersiebel_short].

WCF service model samples

Sample Directory Name Description
AccountInsertDelete Demonstrates how to perform Insert, Update, Delete, and Query operations on a Siebel business component. The sample inserts a record into the Account business component of the Account business object, updates the record, and finally deletes it. Before and after each operation a Query operation is performed on the business component to verify the results.
Business Services Demonstrates how to invoke a Siebel business service method, TimeStamp, and displays the results to the console.
MVL Demonstrates how to work with multivalue links in a Siebel business component by using the Associate, Dissociate, and child query operations. The sample displays all contacts associated with an account. It also shows how to Associate and Dissociate a contact from an account.

Data Provider for Siebel sample

Sample Directory Name Description
siebel ado Demonstrates how to use the [!INCLUDEadoprovidersiebellong].

See Also

Develop your Siebel applications