Skip to main content

skip to main content

developerWorks  >  Rational | SOA and Web services  >

IBM Enterprise Modernization for System z: Wrap existing COBOL programs as Web Services with IBM Rational Developer for System z

Extend value of existing enterprise software assets

developerWorks
Go to the previous pagePage 3 of 10 Go to the next page

Document options
PDF format - Fits A4 and Letter

PDF - Fits A4 and Letter
1693 KB

Get Adobe® Reader®

Discuss


My developerWorks needs you!

Connect to your technical community


Rate this tutorial

Help us improve this content


Create a project to hold the created assets

  1. Select Windows > Open Perspective > Other, as shown in Figure 5.

    Figure 5. Using the Enterprise Service Tools perspective
    Using the Tool


  2. Select Enterprise Service Tools and click OK, as shown in Figure 6.

    Figure 6. Selecting the Enterprise Service Tools option
    Selecting the tools option


  3. The Welcome Page should open. if it does not, right-click the blank area of the EST Project Explorer view and select Open Welcome Page, as shown in Figure 7.
    From this page, you can start learning how to use the Enterprise Service Tools. There are links for demos and tutorials.

    Figure 7. Enterprise Service Tools welcome page
    Welcome page


  4. Close the Welcome window (Ctrl+F4).
  5. To create a CICS Web services Project, select File > New > CICS Web Services Project, as shown in Figure 8.

    Figure 8. Creating a CICS Web services Project
    Creating a project


What you have done so far

You have created a Web Services for CICS project. Next, you will import the program LAB3POT into your workspace, because this program is the one that you will invoke via CICS Web Services.

  1. Type LAB3_CICS_Services as the project name and click Finish, as shown in Figure 9.

    Figure 9. Naming the CICS Web services Project
    Naming the project


  2. This creates an empty project. In the next section, you will import the COBOL source that you need to create the Web Services.


Back to top



Go to the previous pagePage 3 of 10 Go to the next page