Verifying the operation of CICS web support
Sample programs DFH$WB1A (Assembler) and DFH$WB1C (C) help you to test that CICS® web support is working. The sample programs use EXEC CICS WEB and EXEC CICS DOCUMENT commands to receive your request and construct and send a simple response.
About this task
You can access DFH$WB1A or DFH$WB1C using the supplied sample URIMAP resource DFH$URI1. The URIMAP resource points to DFH$WB1A, so to access DFH$WB1C, modify the resource to point to DFH$WB1C. You can also access DFH$WB1A or DFH$WB1C using the CICS-supplied sample analyzer program DFHWBADX.
If you plan to use CICS as an HTTP client, the CICS-supplied sample programs for pipelining client requests work with a CICS region that has DFH$WB1A and DFH$URI1 set up.
The sample programs construct HTTP responses in this way:
DFH$WB1A on system applid successfully invoked through CICS web supportwhere applid is the applid of the CICS system
in which CICS web support is running.To run the sample programs: