Siebel Financial Services Connector for IFX XML Guide > Configuring FINS IFX XML > Process of Configuring the Connector Components >

Configuring the FINS IFX XML Transaction Manager


The example uses a duplicated and modified FINS IFX XML Transaction Manager.

This task is a step in Process of Configuring the Connector Components.

To create the example transaction manager

  1. In Siebel Tools, select the Business Service object type in the Object Explorer.
  2. In the Object List Editor, select FINS IFX XML Transaction Manager.
  3. Right-click, and then choose Copy Record.
  4. Fill in the following values for the new business service record:
    • Name = FINS IFX Tutorial Transaction Manager
    • Project = FINS IFX Tutorial
    • Display Name = FINS IFX Tutorial Transaction Manager

Several prebuilt operations have been defined in the transaction manager. These operations are sufficient to support most needs in the Siebel Connector for IFX XML. It is recommended that you not change these values unless you want to add new operations.

Table 27. User Properties for the FINS IFX XML Transaction Manager
Operation Name
Value

BlankIOI

FINS IFX XML Extension/CreateIntObjInstance/

QuickQuery

FINS IFX XML Extension/QuickQuery/#XMLHierarchy;BC Name;ReturnField;SearchSpec;

SAQuery

EAI Siebel Adapter/Query/

SARowIdQuery

EAI Siebel Adapter/Query/PrimaryRowId;!SiebelMessage;

SASynchronize

EAI Siebel Adapter/Synchronize/

SAUpsert

EAI Siebel Adapter/Upsert/

Following are examples of how the values in Table 27 are interpreted:

  • BlankIOI means the operation will create an integration object instance that contains all the elements defined in the integration object, but with empty values.
  • QuickQuery means the operation will retrieve the value of <ReturnField> of the first record of the search result based on <SearchSpec> against the <BC Name> business component.
  • SAQuery means the operation will execute the EAI Siebel Adapter's Query method.
  • SAUpsert means the operation will execute the EAI Siebel Adapter's Upsert method.

The basic format for the value entry is as follows:

  • Service/Method/Argument;Argument;
  • /Method/Argument;Argument;
  • Service, method, and argument are separated by a slash (/).
  • Each argument ends with a semicolon (;).
  • The default Service name is EAI Siebel Adapter.
  • The default argument name is SiebelMessage.
Siebel Financial Services Connector for IFX XML Guide Copyright © 2015, Oracle and/or its affiliates. All rights reserved. Legal Notices.