Skip Headers

Oracle Application Server InterConnect Adapter for Siebel 2000 Installation and User's Guide
10g (9.0.4)

Part Number B10417-01
Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents
Go To Index
Index

Go to previous page Go to next page

3
Supported Siebel Interfaces

The Siebel 2000 adapter enables OracleAS InterConnect users to use the Siebel eBusiness Application to maintain/synchronize customer, product, pricing, and sales order information.

This chapter discusses the following topics:

Siebel Interfaces

The Siebel 2000 adapter allows you to browse and call Siebel Business Services (objects with methods) and Business Components (data sets which you can query and update).

Business Components are representations of a set of one or more joined tables. They have certain "table like" behaviors such as the ability to query a set of records. Business Services are effectively containers for code. Custom business services can be defined using the Siebel Tools, including defining a list of arguments and data types.

Creating an Implemented Procedure

To create an implemented procedure using iStudio:

  1. Start iStudio.

  2. Open your project.

  3. Expand the Applications folder.

  4. Right-click Implemented Procedures and select New.

    Text description of isnewimpleproc.gif follows.

    Text description of the illustration isnewimpleproc.gif

    The Implement Wizard--Select a Procedure dialog displays.

    Text description of isselectaprocedure.gif follows.

    Text description of the illustration isselectaprocedure.gif

  5. Select the Application and Message type from the dropdown menus.

  6. Select a procedure and click Next.

    The Implement Wizard--Define Application View dialog displays.

    Text description of isdefineapplicationview.gif follows.

    Text description of the illustration isdefineapplicationview.gif

  7. Import attributes from Siebel. You must log on to Siebel.

    If this is the initial login for this machine, enter the correct information.

    See Also:

    "Importing Attributes from Siebel"

    If this machine has been logged in to Siebel before, enter the password on the Siebel Login dialog and click OK.

Importing Attributes from Siebel

When you use iStudio to import attributes from Siebel, you must first log on to Siebel. When logging into Siebel from iStudio, the login fields automatically populate, leaving the Password field the only field that requires input.

To import attributes from Siebel:

  1. Click Import and select Siebel on the Define Applications View dialog.

    The Siebel Login dialog displays.

    The first time you log on from a new workstation, you are required to enter information in every field that is required for your setup. Subsequent logins from that workstation only require a password to log on.

    Text description of islogin.gif follows.

    Text description of the illustration islogin.gif

  2. If required, enter information in the following fields:

    • Enterprise--The name of the Siebel Enterprise server.

    • Gateway--The name of the Siebel Gateway server.

    • App Server--The name of the Siebel Application server.

    • Object Manager--The name of the Object Manager file that will be used.

    • User Name--The user name for the system.

    • Password--The user password for the system.

  3. Click OK.

    The Component Selector dialog displays with Business Components.

    Text description of iscomponentselector.gif follows.

    Text description of the illustration iscomponentselector.gif

  4. Expand the Siebel tree until the correct component displays for selection.

  5. Select a component and click OK.

    The Implement Wizard--Define Applications View dialog displays the selected component and its attributes.

    Text description of ispopulateddefineapp.gif follows.

    Text description of the illustration ispopulateddefineapp.gif

  6. Click Next.

    The Define Mappings dialog displays.

  7. Click New to define mappings and click Finish.

    The new populated event displays in the right panel of iStudio.

Creating a Subscribed Event

To create an subscribed event using iStudio:

  1. Start iStudio.

  2. Open your project.

  3. Expand the Applications folder.

  4. Right-click Subscribed Events and select New.

    Text description of isnewsubevent.gif follows.

    Text description of the illustration isnewsubevent.gif

    The Subscribe Wizard--Select an Event dialog displays.

    Text description of isselectanevent.gif follows.

    Text description of the illustration isselectanevent.gif

  5. Select the Application and Message Type from the dropdown menus.

  6. Select an event and click Next.

    The Define Application View dialog displays.

    Text description of issubdefappview.gif follows.

    Text description of the illustration issubdefappview.gif

  7. Import attributes from Siebel. You must log on to Siebel.

    If this is the initial login for this machine, enter the correct information.

    See Also:

    "Importing Attributes from Siebel"

    If this machine has been logged on to Siebel before, enter the password on the Siebel Login dialog and click OK.

    After attributes are imported, the Define Applications View dialog displays the selected component and its attributes.

    Text description of issubpopdefapp.gif follows.

    Text description of the illustration issubpopdefapp.gif

  8. Click Next.

    The Define Mappings dialog displays.

  9. Click New to define the mappings and click Finish.

    The new populated event displays in the right panel of iStudio.


Go to previous page Go to next page
Oracle
Copyright © 2002, 2003 Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents
Go To Index
Index