Siebel Web UI Dynamic Developer Kit Guide > About Preconfigured Services >

About UI Data Sync Services


UI Data Sync (UDS) Web services provide external Web applications access to Siebel data and functionality. UDS services expose version-independent interfaces with strongly typed arguments and provide access to UI operations such as insert, delete, update, and query.

UDS Web services are based on UDS business services. UDS business services are defined using the EAI UI Data Service class (CSSEAIUIDataService) and invoke the UI Data Adapter business service (CSSEAIUIDataAdapter). UDS business services convert strongly typed arguments into arguments that the UI Data Adapter business service can process and the UI Data Adapter business exposes methods for manipulating Siebel data.

Figure 3.  UDS Services and UDA Service

For more information about the UI Data Adapter business service, including descriptions of methods and method arguments, see Integration Platform Technologies: Siebel Enterprise Application Integration.

Preconfigured UDS services exist for common objects such as Account, Contacts, Opportunity, and Orders. Preconfigured Web services and their corresponding UDS business services are listed in Table 6.

NOTE:  Both UDS business services and Web services are inactive by default. Use Siebel Tools to activate UDS business services and then recompile the SRF. Use the Siebel Web client to activate UDS Web services. For more information see, Activating Preconfigured Integration Objects and Business Services and Activating Preconfigured Web Services.

Table 6. Preconfigured UDS Services
Preconfigured UDS Business Services
Preconfigured UDS Web Services

WC_Account_BS

WC_Account_BS

WC_Asset_DB_BS

WC_Asset_DB_BS

WC_Contacts_BS

WC_Contacts_BS

WC_MVG_Channel_Partner_BS

WC_MVG_Channel_Partner_BS

WC_MVG_Household_BS

WC_MVG_Household_BS

WC_MVG_Industry_BS

WC_MVG_Industry_BS

WC_MVG_Internal_Division_BS

WC_MVG_Internal_Division_BS

WC_MVG_Organization_BS

WC_MVG_Organization_BS

WC_MVG_Position_BS

WC_MVG_Position_BS

WC_MVG_Source_BS

WC_MVG_Source_BS

WC_MVG_Territory_BS

WC_MVG_Territory_BS

WC_Opportunity_BS

WC_Opportunity_BS

WC_Orders_BS

WC_Orders_BS

WC_PickList_Abs_Admin_Service_Region_BS

WC_PickList_Abs_Admin_Service_Region_BS

WC_PickList_Action_BS

WC_PickList_Action_BS

WC_PickList_Agreement_Entitlement_BS

WC_PickList_Agreement_Entitlement_BS

WC_PickList_Auction_Services_BS

WC_PickList_Auction_Services_BS

WC_PickList_Business_Address_BS

WC_PickList_Business_Address_BS

WC_PickList_Campaign_BS

WC_PickList_Campaign_BS

WC_PickList_Currency_BS

WC_PickList_Currency_BS

WC_PickList_Employee_BS

WC_PickList_Employee_BS

WC_PickList_FS_Shipping_BS

WC_PickList_FS_Shipping_BS

WC_PickList_Internal_Product_BS

WC_PickList_Internal_Product_BS

WC_PickList_Order_Entry_BS

WC_PickList_Order_Entry_BS

WC_PickList_Payment_Profile_BS

WC_PickList_Payment_Profile_BS

WC_PickList_Payment_Terms_BS

WC_PickList_Payment_Terms_BS

WC_PickList_Price_List_BS

WC_PickList_Price_List_BS

WC_PickList_Sales_Assessment_BS

WC_PickList_Sales_Assessment_BS

WC_PickList_Sales_Stage_BS

WC_PickList_Sales_Stage_BS

WC_PickList_Service_Agreement_BS

WC_PickList_Service_Agreement_BS

WC_PickList_Siebel_Instance_BS

WC_PickList_Siebel_Instance_BS

WC_PickList_VORD_Network_Asset_BS

WC_PickList_VORD_Network_Asset_BS

WC_Quote_BS

WC_Quote_BS

WC_Service_Request_BS

WC_Service_Request_BS

Siebel Web UI Dynamic Developer Kit Guide