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 > FTP > Configure the module for deployment > Configure the adapter for outbound processing > Passing the connection parameters dynamically during outbound processing

Create an interface

After passing and configuring the connection parameters, during the outbound processing, create an application component to send the outbound request along with the connection properties to test the functionality.

You have run the external service wizard to create the outbound interface. The new FTPImport interface has multiple input properties to pass the connection properties.

You create an application component to send the outbound request using the connection properties. The new FTPImport interface has multiple input properties to pass the connection properties. To create an interface to test the functionality, use the following procedure.


Procedure

  1. From the Business Integration view, click File > New > Interface. The New Interface Wizard is displayed.
  2. Type a name, for example, FTPDynamicConnectionInterface, for the new interface, and click Finish.

  3. Add a "Request Response" operation. It matches the operation in the FTPOutboundInterface with additional input parameters for the connection properties. The input parameters of the outbound operation contains the BusinessGraph object and a set of connection properties for which the value is set in the BusinessGraph.


Results

A new interface is created.


What to do next

Create a Java™ component. See Create a Java component

Passing the connection parameters dynamically


Related concepts:

Authentication using connection specification properties