Set Up the InvokeReverseJSON Project

Import the InvokeReverseJSON project

  1. From the Eclipse main menu, click File > Import.
  2. Expand General, and select Existing Projects into Workspace, and then click Next.
  3. Select Select root directory, then browse to the %PUBLIC%\Documents\Micro Focus\Enterprise Developer\Samples\Mainframe\CICS\Classic\CWS\JSON\Requester\TopDown directory, and then click Select Folder.
  4. On the Projects list, ensure that ReverseJSON is checked.
  5. Under Options, check Copy projects into workspace, and then click Finish.

    The Application Explorer view now shows the InvokeReverseJSON project, which is created in an InvokeReverseJSON subdirectory of your current Eclipse workspace, and is built automatically.

Add project folders for generated request and response bundles

  1. In the Application Explorer view, right-click the InvokeReverseJSON project.
  2. Select New > Folder > Folder from the context menu.
  3. In the Folder name field, type bundles, and then click Finish.
  4. In the Application Explorer view, right-click the bundles folder you just created.
  5. Using the same method, create subfolders named REQBNDL and RESPBNDL respectively.