Set Up the Reverse Project

Guides you through the process of creating the Reverse project from the CICS Web services project template.
  1. Using Windows File Explorer or at a command prompt, create a subdirectory named Reverse under c:\tutorials\CICS.
  2. In Windows File Explorer, copy everything in the CICSWebServicesProjectTemplate temporary folder containing your extracted CICS Web services demonstration files, and paste it into the new Reverse project directory.
  3. From the Visual Studio main menu, click File > Open > Project/Solution.
  4. Browse to the new Reverse project directory, and select the CWSProject.cblproj project file, and then click Open.

    Here, you rename the project to match the name of the service interface you are going to create. This is not mandatory in general, but done here to differentiate between tutorial projects.

  5. In the Solution Explorer, right-click the CWSProject project; then select Rename.
  6. Type Reverse; then press Enter.