Guides you through the steps required to
create the ReverseJSON project used in this tutorial to generate a CICS Web service.
- Using Windows
File Explorer or at a command prompt, create a project directory named
ReverseJSON under
c:\tutorials\CICS.
- In Windows
File Explorer, copy everything in the
CICSWebServicesProjectTemplate folder containing your extracted CICS Web services demonstration files, and paste it into the new
ReverseJSON project directory.
- From the Visual Studio main menu, click
File > Open > Project/Solution.
- Browse to the new
ReverseJSON project directory, and select the
CWSProject.cblproj project file; then click
Open. This starts the
Solution Explorer.
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.
- In the
Solution Explorer, right-click the
CWSProject project; then select
Rename.
- Type
ReverseJSON; then press
Enter.