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 POST and GET requests. These requests are sent to a wrapper program that passes the requests on to the filmsREST program. The filmsREST program creates a film record on a POST request, and returns a film record on a GET 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: