Samples for the Siebel adapter

Samples for Microsoft BizTalk Adapter for Siebel eBusiness Applications are categorized into:

  • BizTalk Server samples

  • WCF service model samples

  • Data Provider for Siebel samples

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

Note

These samples need updated to the current version. Interested in updating them? If yes, then add your updated samples to our public GitHub repo at https://github.com/Microsoft/Integration.

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 Siebel adapter.
MVLDemo Demonstrates how to work with multivalue links (MVLs) in Siebel using the Siebel adapter.
SiebelAccount Demonstrates how to insert records into the Account business component in Siebel using the Siebel adapter.
SiebelAdapterIntegrationObjects Demonstrates how to invoke a business service in Siebel, which works with Integration Objects, using the Siebel adapter.
SiebelPicklist Demonstrates how to insert values of picklist types into a Siebel business component using the Siebel adapter.

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 .NET Framework Data Provider for Siebel eBusiness Applications.

See Also

Develop your Siebel applications