
122 Developing Web Services Using CICS, WMQ, and WMB
6.1.5 Performing a scan on the PIPELINE
The PERFORM PIPELINE command initiates a scan of the Web service binding
directory that is specified in the WSBIND attribute of the PIPELINE definition.
CICS examines the Web service binding files in the directory to determine if they
should be installed into the system:
– CICS installs any files it finds that were not installed already.
– If a file was installed already, but the file in the directory is newer than the
one currently in use, then the one that is in use is discarded and the newer
file is installed in its place.
Following is the command to ...