Chapter 6. Exposing our application as a Web service 119
We chose CICS to dynamically create these resources, but before we install the
PIPELINE, we need to have the wsbind and WSDL files available. The
generation of these files are discussed in the next section, and then these
resources are dynamically installed in section 6.1.4, “Installing the PIPELINE
resource definitions” on page 121.
6.1.3 Generating the WSBind and WSDL files
In our example, we generate the wsbind and WSDL for one of our business logic
functions ITSOGH03. This program simply generates an address hash from an
address string passed in a commarea and returns the value in the same
commarea. The data structure that maps the commarea is called ITSOGHCA. It
is a simple function ...