Tutorial: CICS Web Service Provider from JSON, RESTful

In this tutorial, you use the top-down method to create a RESTful Web service provider that receives GET and PUT requests. These requests are sent to a wrapper program that passes the requests on to the Book program. The Book program returns a book record on a GET request, and creates a new book record on a PUT request.

Prerequisite

Review the Assumptions and Before you begin a CICS Web services tutorial sections in the Tutorials: CICS Web Services topic to be sure you have your environment configured properly.

Sequence

To complete this tutorial, progress through these topics in the order presented here. The bottom of each topic provides Next topic and Previous topic navigational links to help you proceed in the proper sequence: