Skip Headers

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

Part Number B10448-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 7 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 7 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. From File, select and open your project.

  3. Expand your project.

  4. Expand the Applications folder.

  5. Right-click Implemented Procedures and select New.

    Figure 3-1 Creating an Implemented Procedure

    Text description of isnewimpleproc.gif follows.

    Text description of the illustration isnewimpleproc.gif

    The Implement Wizard--Select a Procedure dialog displays.

    Figure 3-2 Selecting a Procedure

    Text description of isselectaprocedure.gif follows.

    Text description of the illustration isselectaprocedure.gif

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

  7. Select a procedure and click Next.

    The Implement Wizard--Define Application View dialog displays.

    Figure 3-3 Defining the Application View - Importing Siebel

    Text description of isdefineapplicationview.gif follows.

    Text description of the illustration isdefineapplicationview.gif

  8. 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.

    Figure 3-4 Siebel Login Dialog

    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.

    • Siebel Version--The version of the Siebel System to which you are connecting.

    • Enable View Mode Parameter in Query--If the flag is checked (enabled), additional parameter called viewMode is added to Query method of all Business Components. View mode is one of the security features provided by Siebel. The value of the viewMode parameter at runtime determines the number of records returned by a Query for a Business Component.

  3. Click OK.

    The Component Selector dialog displays with Business Components.

    Figure 3-5 Component Selector

    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.

    Figure 3-6 Populated Define Application View

    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. From File, select and open your project.

  3. Expand your project.

  4. Expand the Applications folder.

  5. Right-click Implemented Procedures and select New.

  6. Right-click Subscribed Events and select New.

    Figure 3-7 Creating a Subscribed Event

    Text description of isnewsubevent.gif follows.

    Text description of the illustration isnewsubevent.gif

    The Subscribe Wizard--Select an Event dialog displays.

    Figure 3-8 Selecting an Event

    Text description of isselectanevent.gif follows.

    Text description of the illustration isselectanevent.gif

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

  8. Select an event and click Next.

    The Define Application View dialog displays.

    Figure 3-9 Defining the Application View - Importing Siebel

    Text description of issubdefappview.gif follows.

    Text description of the illustration issubdefappview.gif

  9. 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.

    Figure 3-10 Populated Subscribe Wizard - Define Application View

    Text description of issubpopdefapp.gif follows.

    Text description of the illustration issubpopdefapp.gif

  10. Click Next.

    The Define Mappings dialog displays.

  11. 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