46 Developing Web Services Using CICS, WMQ, and WMB
3.5 CICS resources for Web services
We now look in more detail at what CICS resources a systems programmer must
implement in order to enable Web services in a CICS environment.
3.5.1 URIMAP
The URIMAP resource definition defines one of three different Web-related
facilities in CICS. It is the value of the USAGE attribute on a URIMAP definition
that determines which of the three facilities that particular definition controls.
1. Requests from a Web client to CICS as an HTTP server
URIMAP definitions for requests for CICS as an HTTP server have a USAGE
attribute of SERVER. These URIMAP definitions match the URLs of HTTP
requests that CICS expects to receive from a Web client, and they define ...