IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Services and service-related functions > Access external services with adapters > Configure and using adapters > IBM WebSphere Adapters > Oracle E-Business Suite > Configure the module for deployment > Configure the module for outbound processing

Setting global properties for operations

After you select database objects in the external service wizard, you need to specify properties that apply to all business objects.


Procedure

  1. When the Selected objects list in the Find Objects in the Enterprise System window contains all the business objects you want to use in your application, click Next.

  2. In the Specify Composite Properties window, review the list of operations.

    This window lists all the operations that the adapter supports for the outbound services for all business objects that you selected on the previous window. Not all operations are supported by each business object.

    For example, query business objects support only the RetrieveAll operation. Stored procedure business objects support only the Execute operation.

  3. To remove an operation that you do not need, select the operation name and click Remove. If you change your mind, click Add and restore a removed operation.

  4. Specify how you want to retrieve the records.

    • If you want the RetrieveAll operation to return all records matching the query, select the Return all records for RetrieveAll operation check box or enter -1 in the Maximum records for RetrieveAll operation field.

    • If you want to specify the maximum number of records, the RetrieveAll operation must return, enter a value in the Maximum records for RetrieveAll operation field. The default value is 100. For more information about this property, see Maximum records for RetrieveAll operation.

      The Maximum records for RetrieveAll operation property applies only if you are using the RetrieveAll operation. This property field is disabled if you remove the RetrieveAll operation in step 3 or if you select the Return all records for RetrieveAll operation check box.

  5. In Business object namespace, accept the default namespace or type the full name of another namespace.

    The namespace is prefixed to the business object name to keep the business object schemas logically separated.

  6. Optionally, in Folder, type the relative path to the folder where the generated business objects are to be stored.

    If you are creating multiple adapter artifacts within a module, ensure that you specify different business object folders for each adapter within the module.

    For example, if you are creating artifacts for Oracle, JDBC, SAP, and JDE within a module, you need to create different relative folders for each of these adapters. If you do not specify different relative folders, the existing artifacts are overwritten when you generate new artifacts.

  7. If you want a business graph to be created for each business object, click Generate a business graph for each business object. Business graphs are needed only in these situations:

    • If you require to use the ApplyChanges operation

    • When adding business objects to a module created with a version of IBM Integration Designer earlier than version 7.5.0.2.

    Select this option if you are adding business objects to a module that was created with an earlier version of IBM Integration Designer. Otherwise, you must rewire your interface.

  8. Click Next.


Results

You have provided information that applies to all business objects in the module.


What to do next

Continue working in the wizard. The next step is to specify deployment information to use at run time and information for saving the service as a module.

Configure the module for outbound processing


Previous topic: Selecting and configuring business objects


Next topic: Setting deployment properties and generating the service