Overview of BizTalk Adapter for Siebel eBusiness Applications

The Microsoft BizTalk Adapter for Siebel eBusiness Applications exposes the Siebel system as a WCF service. Adapter clients can perform operations on the Siebel system by exchanging SOAP messages with the adapter. The adapter consumes the WCF message and makes appropriate calls to the Siebel system to perform the operation. The adapter returns the response from the Siebel system back to the client in the form of SOAP messages.

The Siebel adapter surfaces metadata of Siebel artifacts (business components, business services) that describes the structure of a SOAP message in the form of WSDL. The Siebel adapter uses the Add Adapter Service Reference Visual Studio Plug-in and Consume Adapter Service BizTalk Project Add-in to enable adapter clients to retrieve metadata for operations and generates programming artifacts that can be used in your programming solution.

The Siebel adapter uses the Siebel COM Data Control to access the Siebel system. The Siebel COM Data Control comes bundled with the Siebel Web client. Hence, make sure you have the Siebel Web client installed on the same computer as the Siebel adapter. You can use the Siebel adapter to communicate with the Siebel system in the following ways:

In This Section

See Also

Understand BizTalk Adapter for Siebel eBusiness Applications