130 Developing Web Services Using CICS, WMQ, and WMB
6.2.3 Creating the CICS resources
We generated the Web service wsdl and bind files, which brings us to the same
point as having run the DFHLS2WS utility in section 6.1.3, “Generating the
WSBind and WSDL files” on page 119. In this example we wrote the generated
files to a local project on the workstation, so in order for CICS to dynamically
create the WEBSERVICE and URIMAP resources, we need to copy the .wsdl
and .wsbind files to our pickup directory for our PIPELINE in the UNIX System
Services HFS.
To do this we performed a drag and drop of the two files CorpAck.wsbind and
CorpAck.wsdl to the HFS directory: u/jnott/cicswsap/wsbind/provider.
Now we can scan the pipeline to dynamically create ...