Skip Headers

Oracle® Application Server Integration Adapter for Siebel 2000 User's Guide
10g (9.0.4)

Part Number B10300-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
Defining an Interaction

This chapter describes how to configure Oracle Application Server ProcessConnect to access Business Objects and Business Services in a Siebel system.

This chapter discusses the following topic:

Adding an Interaction

After defining a delivery channel for a Siebel system you can add interactions. Follow these instructions to add a Business Service or Business Component as an interaction in Oracle Application Server ProcessConnect.

See Also:

Oracle Application Server ProcessConnect User's Guide for details about interactions in Oracle Application Server ProcessConnect

  1. Select Modeling > Interactions.

    Text description of modeling.gif follows.

    Text description of the illustration modeling.gif

  2. Click Add to add an interaction.

  3. Expand Oracle.

    Text description of int_select.gif follows.

    Text description of the illustration int_select.gif

  4. Select Siebel2000 Adapter.

  5. Select a delivery channel.

    Text description of select_app.gif follows.

    Text description of the illustration select_app.gif

  6. Expand the Outbound node.

    The Add Interaction: Select Interaction page displays the Business Services and Business Objects adapter exchange protocols that you can access.

    Text description of sel_app1.gif follows.

    Text description of the illustration sel_app1.gif

    Siebel has two Adapter Exchange Protocols called: Business Services and Business Objects.

    A Siebel Business Service is a container for methods or operations that either came with the Siebel system or are the result of customization. A Siebel Business Object is a container for Business Components and a Business Component is like a table in the Siebel database.

    • Business Objects: All Siebel Business Objects are contained in Siebel Business Objects. The primary purpose of a Siebel Business Object is to organize and contain related Siebel Business Objects.

      A Siebel Business Component may be contained by several Siebel Business Objects. For example, in a typical Siebel 6.2.1 system, the Contacts Business Component is contained by both the Accounts Business Object and the Contacts Business Object, among others. Siebel Business Objects appear as folders in the Systems Explorer for a Siebel system.

      Siebel Business Objects are like views on the data in the Siebel system. Each Business Component usually has a primary view or table associated with it in the underlying database. It has fields whose values it displays directly from that view. It may have fields with values that are calculated, or it may retrieve some of its field data from other views or tables.

      When you open the Business Objects folder you can see a list of Business Object folders. Within each Business Object folder are the Business Objects it contains. When you click on a Business Component you see the methods it supports. Oracle Application Server ProcessConnect displays five logical operations or methods, which Oracle Application Server ProcessConnect provides for each Business Component: Delete, Insert, Query, QueryWithViewMode, and Update.

      Four of the Business Objects use the same argument data type, but in different ways. Each has a RecordSet data type. Query and QueryWithViewMode have an out RecordSet parameter. Insert and Update have an in RecordSet parameter.

    • Business Services: A Siebel Business Service is a container for methods or operations that either came with the Siebel system or are the result of customization. The primary purpose of a Siebel Business Service is to encapsulate methods that operate on Siebel Business Objects or other Siebel Business Service methods. For example, in a Siebel 6.2.1 system, you will find the Credit Card Authorization Business Service with its methods, such as Verify Credit Card. Siebel Business Services display under the Business Services folder.

      When you open the Business Services folder, you can see a list of Business Services. Within each Business Service are the methods it contains. When you click on a Business Service you see its methods. Oracle Application Server ProcessConnect supports Siebel Business Services whose methods have parameters of type Number, Date or String.

  7. Select a group and choose an interaction. For this discussion, click Business Objects > Customer Activity Analysis > Activity Star and select the Insert interaction.

    Text description of select_in.gif follows.

    Text description of the illustration select_in.gif

    The Add Interaction: Review page displays the details. For an Outbound selection there is an InRecord Type and an OutRecord Type.

    Text description of int_review.gif follows.

    Text description of the illustration int_review.gif

  8. Click Apply.

    The Confirmation screen appears, allowing you to specify the Native Format of the request.

    Text description of native.gif follows.

    Text description of the illustration native.gif

  9. Verify that the selection for the Native Format and the Extractor of the request is XSD and click Apply.

    The Confirmation screen appears, allowing you to specify the Native Format of the reply.

    Text description of reply.gif follows.

    Text description of the illustration reply.gif

  10. Verify that the selection for the Native Format and the Extractor of the reply is XSD and click Apply.

  11. The interaction continues into the Create Native Event Type wizard. You can continue using the instructions in the Oracle Application Server ProcessConnect User's Guide for this wizard.

On completion, the new Outbound interaction appears in the Interactions list.

Text description of end_int.gif follows.

Text description of the illustration end_int.gif

You can click the interaction link for a complete view of the interaction details.

Text description of end_select.gif follows.

Text description of the illustration end_select.gif


Go to previous page Go to next page
Oracle
Copyright © 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