Creating a CSF Credential Alias Creating a Connection in Oracle IPM Imaging Connections Referencing the Connection in the AXF_SOLUTION_ATTRIBUTES Table

5 Configuring the Imaging Solution 5-1 5 Configuring the Imaging Solution This chapter describes how to configure the following Imaging solution components: ■ Section 5.1, Configuring the BPEL Connection ■ Section 5.2, Configuring the AXF Tables or Applying a Solution Accelerator ■ Section 5.3, Testing Functionality Using the AXF Driver Page ■ Section 5.4, Configuring Imaging Solution Options

5.1 Configuring the BPEL Connection

Configuring the BPEL connection for use by an AXF solution involves the following tasks: ■ Section 5.1.1, Creating a CSF Credential Alias ■ Section 5.1.2, Creating a Connection in Oracle IPM Imaging Connections ■ Section 5.1.3, Referencing the Connection in the AXF_SOLUTION_ATTRIBUTES Table

5.1.1 Creating a CSF Credential Alias

The Credential Store Framework CSF enables you to create a user namepassword alias for use in an Oracle IPM connection configuration. With a CSF alias, you supply a key instead of a user name and password, and use this key in creating an Oracle IPM connection. You can use one CSF key for multiple imaging connections. For information about creating keys and aliases, see the Oracle Fusion Middleware Administrators Guide.

5.1.2 Creating a Connection in Oracle IPM Imaging Connections

Follow these steps to create a connection and specify the CSF alias key, BPEL server name and port. 1. Log in to the Oracle IPM imaging system as an administrator. 2. From Manage Connections in the side pane, click the + plus sign document icon for creating a BPEL connection.

3. Enter a name for the connection, and click Next.

This name is referenced in the AXF_SOLUTION_ATTRIBUTES table to establish the connection. 4. On the BPEL Settings step, enter BPEL connection settings. 5-2 Administrators Guide for Oracle Application Adapters for Oracle Enterprise Content Management ■ HTTP Front End Address: http:hostname:BPEL server port ■ Credential Alias previously created, as described in Section 5.1.1 ■ Provider: t3:hostname:BPEL server port For example: ■ HTTP Front End Address: http:hostname:port ■ Credential Alias: axf.credential ■ Provider: t3:hostname:port

5. Click Next, then Submit.

5.1.3 Referencing the Connection in the AXF_SOLUTION_ATTRIBUTES Table

Follow this step to identify the Oracle IPM imaging connection to the AXF solution, as described in Section 5.1.2 . Run the command from SQL Developer or other suitable tool that can connect to the imaging database schema.

1. Run the configuration row specified below, where:

Insert into AXF_SOLUTION_ATTRIBUTES SOLUTION_NAMESPACE,PARAMETER_KEY,PARAMETER_VALUE values \ InvoiceProcessing,BPEL_CONNECTION,axfconnection;

5.2 Configuring the AXF Tables or Applying a Solution Accelerator