Now that you have your Web service provider running with all of its resources active, you are ready to send a JSON request to run the Web service. You can do this using any JSON requester tool.
http://localhost:5482/cics/services/json/reverse
{"myStrings":["olleH"]} 
                  		   
                  		  You should receive the following JSON response:
{"myStrings":["Hello"]} 
                  		   
                  		This concludes the tutorial.