Testing Your Process Flow

How to:

Once you have created your process flow and defined the DQC service, you are ready to test your DQC process flow.


Top of page

x
Procedure: How to Test Your Process Flow

To test your process flow:

  1. Right-click the process flow in the left pane (for example, Hello_Pflow), select Run As and click Run Configurations from the context menu.

    The Run Configurations dialog box opens.

  2. Click the Browse button (...) next to the Input Document field.

    The Select Input File dialog box opens.

  3. Expand the XML folder under your Integration Project and select the Hello_input.xml file.

    The Hello_input.xml file has the following structure:

    <customerGreeting>
     <customers>
        <firstname>Daniel</firstname>
        <lastname>Deutsch</lastname>
        <phone>212 555 8756</phone>
     </customers>
     <customers>
        <firstname>Alain</firstname>
        <lastname>Perez</lastname>
        <phone>347 684 8941</phone>
     </customers>
     <customers>
        <firstname>Dana C</firstname>
        <lastname>Jones</lastname>
     </customers>
    </customerGreeting>
  4. Click OK.

    You are returned to the Run Configurations dialog box.

  5. From the Server URL drop-down list, select a defined connection to iWay Service Manager. For example:
    http://localhost:9000
  6. Click Run.

    The following Compilation Status message is displayed:

  7. Click OK.

    The following message is displayed.

  8. Click OK.
  9. In the left pane, expand the Test Results folder.

    The Input, Output, and Debug subfolders are available for your test results, as shown in the following image.

  10. Double-click the End node in the Output subfolder.

    The following output document is displayed.


iWay Software