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 > Flat Files > Configure the module for deployment

Road map for configuring the module

Before you can use WebSphere Adapter for Flat Files in a runtime environment, configure the module. Understanding this task at a high level helps you perform the steps that are needed to accomplish the task.

You configure the module for WebSphere Adapter for Flat Files by using IBM Integration Designer. The following figure illustrates the flow of the configuration task, and the steps that follow the figure describe this task at a high level only. For the details about how to perform each of these steps, see the topics following this road map.

Figure 1. Road map for configuring the module


Configure the module

This task consists of the following steps, which are described at a high level.

The information given in the steps assume that you are using user-defined business objects that require data transformation. If using generic business objects, that do not require data transformation, some of the following steps are ignored.

For example, you do not need to select a data binding and a data handler.

  1. Create a module in IBM Integration Designer.

    You create business objects in the module.

  2. Define the business objects that to be used by the project.

  3. Create a project, which is used to organize the files associated with the adapter using the external service wizard in IBM Integration Designer.
  4. Build business services by running the external service wizard from IBM Integration Designer, then performing the following steps:

    1. Specify the following deployment and runtime properties:

      • Connection properties
      • Security properties
      • Deployment options
      • Function selector - Inbound only

    2. Select a data type and name the operation associated with this data type. For each operation, specify the following information:

      • The operation kind.

        For example, Create, Append, Exists.

      • Specify if the operation is pass-through or user-defined.

    3. Select the data binding. Each data type has an equivalent data binding used to read the fields in a business object and fill the corresponding fields in a file.

    4. Select the data handler that to perform the conversions between a business object and a native format.

    5. Specify interaction specification property values and generate artifacts. The output from running the external service wizard is saved to a business integration module, which contains the business object or objects, and the import or export file.

Configure the module for deployment


Next topic: Create the required local folders