Siebel CRM Desktop for IBM Notes Administration Guide > How Siebel CRM Desktop Works > How Siebel CRM Desktop Uses the Siebel Enterprise >
Siebel Enterprise Components That Siebel CRM Desktop Uses
Figure 4 illustrates Siebel Enterprise components that Siebel CRM Desktop uses.
Figure 4. Siebel Enterprise Components That Siebel CRM Desktop Uses
|
Explanation of Callouts CRM Desktop uses the following Siebel Enterprise components:
- SOAP Message to Server. To request metadata, sends a SOAP (Simple Object Access Protocol) message to the Siebel Server over HTTP (Hypertext Transfer Protocol) or HTTPS (Hypertext Transfer Protocol Secure). The payload is a Siebel message that it sends in a SOAP envelope.
- Siebel Application Interface. To handle requests from IBM Notes for data and metadata synchronization, CRM Desktop does the following:
- PIM Client Sync Service Business Service. Handles the data synchronization request from the Synchronization Engine and then passes this request to the EAI Siebel Adapter business service for processing. This business service supports batching, error handling, and a few custom functions, such as providing record counts and resolving calendar entry attendees that reside on the Siebel Server. For more information, see About the PIM Client Sync Service Business Service.
- Integration Objects. Requests processes through the EAI Siebel Adapter business service. It uses integration objects to describe the underlying Siebel data structure. It specifies objects and fields that are available for synchronization. For more information, see About Integration Objects.
- EAI Siebel Adapter. Sends requests to the data and metadata synchronization Web services. These services use the Execution method and various operations to process the requests through the EAI Siebel Adapter business service. Example operations include querypage, insert, update, and delete. For more information, see About the EAI Siebel Adapter Business Service.
- Customization package. A collection of XML, JavaScript, DXLfiles that describe the CRM Desktop add-in that runs in IBM Notes. It verifies that the latest application metadata for the user is available on the Siebel Server. For more information, see About the Customization Package.
- XML Reply to IBM Notes. Sends an XML message that contains the metadata that CRM Desktop requests in Step 1. It sends this message to IBM Notes over HTTP or HTTPS.
For more information, see How Siebel CRM Desktop Synchronizes Data Between the Client and the Siebel Server.
|