Exercise 5.2: Specifying the input and output page

Before you begin, you must complete Exercise 5.1: Invoking the Web Interaction wizard.

The next page of the Interaction wizard asks for information about the Web pages that are involved in this interaction. You have an input page that invokes the interaction and an output page that displays the results of the interaction. The output page shows in the browser at the end of the interaction. The wizard generates both Web pages for you.
Specify input and output page

  1. Click the Generate input page radio button.
  2. Click the Generate output page radio button.
  3. Select custInquiryInput.jsp and click Rename.
    Renaming the input page
  4. Enter inquiry.jsp as the new input JSP file name.
  5. Click OK.
  6. Select custInquiryResults.jsp and click Rename.
  7. Enter result.jsp as the new output JSP file name.
  8. Click OK.
  9. Click Next.

    The Specify the Input and Output Parameters for your iSeries Host Program page opens.

    You have created an input page that invokes the interaction and an output page that displays the results of the interaction and now you are ready to begin Exercise 5.3: Defining the iSeries GETDATA program invocation and parameters.

    To define the iSeries GETDATA program invocation and parameters go to Exercise 5.3: Defining the iSeries GETDATA program invocation and parameters.
    To define the iSeries GETDATAS service program invocation and parameters go to Exercise 5.4: Defining the iSeries GETDATAS service program invocation and parameters.