Creating an integration service from a Business Process Manager integration service

Use the Create a new service interface from an IBM Business Process Manager integration service option to create an integration service from a Business Process Manager .twx file.

Before you begin

Read the conceptual information about Integration services.

If you have an existing interface that is specified in a WSDL file, or you want to define your own interface, complete the steps in one of the following topics:

Procedure

To create an integration service that is based on a Business Process Manager service, complete the following steps:

  1. Open the New Integration Service wizard by using one of the following methods: ,
    • Click File > New > Integration Service.
    • In the Application Development view, click New > Start by creating an integration service.
    • Right-click the white space of the Application Development view, then click New > Integration Service.
  2. Enter a name for the integration service, and optionally a description.
  3. Select Implement an interface already defined in Business Process Manager (.twx file), then click Next.
  4. To select an Business Process Manager export (.twx) file, click Browse and locate the .twx file.
  5. Select a Business Process Manager integration service, then click Finish.

Results

An integration service is created and is shown in the Service editor. You can also expand the service in the Application Development view to view operations and associated resources.

What to do next

  1. Edit the operations that are defined in the service interface by using the Interface tab of the service editor.
  2. Implement the operations that are defined in your service interface. For more information, see Implementing an integration service operation.
  3. Deploy and test an integration service. For more information, see Deployment rules and guidelines.