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.
Before you begin
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.
About this task
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
- From the Business Integration view, click . The New Interface Wizard is displayed.
- Type a name, for example, FTPDynamicConnectionInterface,
for the new interface, and click Finish.
- 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.
For more information, see
Creating a Java component