Using the Adapter in iWay Integration Tools Designer

How to:

You can make an adapter available to a process flow created in iWay Integration Tools (iIT) Designer, a GUI-based tool, used to build stateless process flows that execute within iWay Service Manager (iSM). The adapter can be incorporated as a node, called an Adapter object, in an iWay process flow, allowing you to integrate it easily into a business process solution.

Before you begin, ensure that you have created a project and created a process for that project. You can create a project by right-clicking the Processes folder in your project and selecting New Process from the context menu. For more information, see the iWay Integration Tools (iIT) Designer User’s Guide.


Top of page

x
Procedure: How to Configure the Adapter Using iWay Integration Tools Designer
  1. Create and connect to a J.D. Edwards EnterpriseOne target, as described in Working With a Target.

  2. Right-click the JDEEnterpriseOne_910 node (adapter target) and select Create Registry from the context menu, as shown in the following image.

    A confirmation message is displayed, as shown in the following image.

  3. Click OK.
  4. Right-click the Registry node and select Connect, as shown in the following image.

  5. Expand Registry, Components, and then Adapters.
  6. Right-click the JDEEnterpriseOne_910 node (adapter target) and select Export from the context menu, as shown in the following image.

    The Export Resource dialog box opens, as shown in the following image.

  7. Click the ellipsis button to the right of the Project field.

    The Export dialog box opens, as shown in the following image.

  8. Select the Schema folder.

    Note: In this example, the Integration project is being called Schema, which is why the Schema folder must be selected.

  9. Click OK.

    The Export Resource dialog box opens, as shown in the following image.

  10. Select JDEEnterpriseOne_910 and click Finish.
  11. Expand the Registry node, Components, and then Schemas.
  12. Right-click Any and select Export, as shown in the following image.

    The Export Resource dialog box opens, as shown in the following image.

  13. Click the ellipsis button to the right of the Project field.

    The Export dialog box opens, as shown in the following image.

  14. Select the Schema folder and then click OK.

    The Export Resource dialog box opens, as shown in the following image.

  15. Select Any and then click Finish.
  16. From the Integration Explorer tab, right-click Flows, select New, and then click Process Flow from the context menu, as shown in the following image.

    The New Process Flow Wizard opens, as shown in the following image.

  17. Enter a name for the new process flow (for example JDE_910) and click Finish.
  18. In the right pane, right-click the Start object and select Properties from the context menu, as shown in the following image.

  19. The Properties tab is displayed, as shown in the following image.

  20. Select the Schema tab and then the ellipsis button to the right of the Schema field.

    The Select Schema dialog box opens, as shown in the following image.

  21. Select the schema called Any and click OK.
  22. From the Root Tag Element drop-down list, select request, as shown in the following image.

  23. From the Integration Explorer tab, expand the Adapters folder, and drag and drop the JDEEnterpriseOne_910 node (adapter target) to the right pane, as shown in the following image.

  24. From the Root Tag Element drop-down list, select response and click Finish, as shown in the following image.

  25. From the palette, select Relation and create a relation between the Start object and the J.D. Edwards EnterpriseOne adapter target object.

    The Relation Properties dialog box opens, as shown in the following image.

  26. From the Event drop-down list, select OnCompletion and click Finish.
  27. Create a new relation between the J.D. Edwards EnterpriseOne adapter target object and the End object, as shown in the following image.

    The Relation Properties dialog box opens, as shown in the following image.

  28. From the Event drop-down list, select OnSuccess and click Finish.
  29. Click Save.
  30. From the Flows folder, right-click the JDE_910 process flow, select Run As, and then click Process Flow from the context menu, as shown in the following image.

  31. Copy the input request document for the GetEffectiveAddress function and paste the document in the Input Document area, as shown in the following image.

  32. Click Apply and then click Run.

    The response document for the GetEffectiveAddres function can be viewed by opening the End.xml file in the Output folder under the Test Results, as shown in the following image.

  33. Right-click the JDE_910 process flow, select Integration Tools and then click Publish from the context menu, as shown in the following image.

    The published process flow can now be associated with a channel route in the iWay Service Manager Administration Console.


iWay Software