Integration Platform Technologies: Siebel Enterprise Application Integration > Business Services > About Business Services >

About Creating Business Services


A Siebel application provides a number of prebuilt business services to assist you with your integration tasks. These services are based on specialized classes and are called Specialized Business Services. Many of these are used internally to manage a variety of tasks.

CAUTION:  As with other specialized code such as Business Components, use only the specialized services that are documented in the Siebel Bookshelf. The use of undocumented services is not supported and can lead to undesired and unpredictable results.

NOTE:  The Siebel Bookshelf is available on Oracle Technology Network (OTN), Oracle E-Delivery, or it might be installed locally on your intranet, or on a network location.

In addition to the prebuilt business services, you can build your own business service and its functionality in two different ways to suit your business requirements:

  • In Siebel Tools. Created at design time in Siebel Tools using Siebel VB or Siebel eScript. Design-time business services are stored in the Siebel repository (.SRF), so you have to compile the repository before testing them. When your test is completed, compile and disseminate the SRF to your clients. The business services stored in the repository automatically come over to the new repository during the upgrade process. General business services are based on the class CSSService. However, for the purposes of Siebel EAI, you base your data transformation business services on the CSSEAIDTEScriptService class. For information, see Creating Business Services in Siebel Tools.
  • In Siebel client. Created at run time in the Siebel client using the Business Service Administration screens. Run-time business services are stored in the Siebel run-time database, so they can be tested right away. The run-time business services have to be migrated manually after an upgrade process. For information, see Creating Business Services in Siebel Business Applications.

NOTE:  To use the DTE scripts, write your business service in Siebel eScript; otherwise, you can write them in Siebel VB.

Integration Platform Technologies: Siebel Enterprise Application Integration Copyright © 2010, Oracle and/or its affiliates. All rights reserved. Legal Notices.