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

Roadmap for configuring the module

Before you can use WebSphere Adapter for Email 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 Email 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 details about how to perform each of these steps, see the topics following this roadmap.

Figure 1. Roadmap for configuring the module


Configure the module

This task consists of the following steps.

These steps assume that you are using user-defined business objects that require data transformation. If you are using generic business objects, which 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 an authentication alias to access the mail server. Perform this step using the Process Administrative Console.

  2. Create a module in IBM Integration Designer.

    You create business objects in the module.

  3. Define the business objects to be used by the project.

  4. Create a project, which is used to organize the files associated with the adapter by using the external service wizard in IBM Integration Designer.
  5. Build business services by running the external service wizard from IBM Integration Designer, then perform 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 whether 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 is going 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: Configure the mail server to work with the adapter