Walks you through the steps required to update the
JSONPROV
enterprise server region to run the
loanPaym Web service.
Configure the
enterprise server region
This tutorial uses the
JSONPROV
enterprise server region created in
Tutorial: CICS Web Service Provider from JSON, Top-down Method to run the Web service provider.
Do one of the following:
- If you did not complete
Tutorial: CICS Web Service Provider, JSON Request-Response Top-down Method:
- Open the
Set Up the
JSONPROV
Enterprise Server Region topic.
- Complete the sections titled
Create the
JSONPROV
enterprise server region and
Configure
JSONPROV
resources. However, when selecting a project with which to associate the new region, check the
LoanDemoJSON project instead of the
ReverseJSON project.
- From that point, proceed directly to the
Verify Resources section later in this topic.
- If you did complete
Tutorial: CICS Web Service Provider, JSON Request-Response Top-down Method, then you created and configured
JSONPROV
at that time. In this case, perform the steps presented in this section before moving on to the
Verify resources section.
- Update the
dfhdrdat file
- When you create an
enterprise server region from the
Server Explorer, it stores some configuration information in the project's
system\dfhdrdat file. Therefore, to update the
LoanDemoJSON project with this information, you can copy the file from the
ReverseJSON project to the
LoanDemoJSON project:
- Using Windows
File Explorer or at a command prompt, copy the
dfhdrdat file located in the ReverseJSON project's
system directory to the
LoanDemoJSON project's
system directory, overwriting the existing file.
- Associate the
LoanDemoJSON project
- In previous tutorials, you have associated your project with an
enterprise server region as part of the steps to create the region. Because the region you are using here was previously associated with the ReverseJSON
project, you need to change the association to the
LoanDemoJSON project.
- On the
Server Explorer, right-click
JSONPROV; then select
Associate with project.
- If a check mark appears next to
ReverseJSON, click it to remove the association.
- Again, right-click
JSONPROV; then select
Associate with project.
- Click
LoanDemoJSON to create an association.
- If you are prompted to restart the server, answer
Yes; if you are not prompted, right-click
JSONPROV and select
Start from the context menu.
Verify resources
After
JSONPROV is started, you can verify that the resources you have defined are installed and active.
- Start
Enterprise Server Administration
-
- Start ES Monitor and Control (ESMAC)
-
- On the
Enterprise Server Administration
Home page, click the
Details button located in the
Status column for the
JSONPROV region.
- On the
Server > Control page, click
ES Monitor & Control. This starts the ESMAC utility where you can view the defined resources.
- View defined resources
-
- On the
ESMAC menu, select
Active from the drop-down list located under
Resources.
- Click the
WebSvc button. You should see the
loanPaym Web service listed and marked as
INSERVICE.
- Click the
Details button that corresponds to the
loanPaym Web service.
Notice the value for
WSBIND. This is determined by the information stored in your project.
- On the
ESMAC menu, click
Pipeline; then click the
Details button that corresponds to
JSONPIPE. The Pipeline resource sets the response wait period, identifies the JSON configuration file, and the Web service directory.
- On the
ESMAC menu, click
URIMap; then click the
Details button that corresponds to
PIPELINE and
/cics/services/json/loanpaym.
Enterprise Server generates URIMAPs to provide CICS with the information it needs to process requests. The name of each generated URIMAP begins
with a pounds-sterling symbol (£).
To run your provider CICS Web service, you send a JSON request to an endpoint URL that routes the request to your
enterprise server region. The endpoint URL contains a URI value. The incoming request reads the installed URIMaps to identify the map whose
Path value matches the
URI value of the endpoint URL. When the correct URIMAP is identified, CICS uses the data defined in the URIMap, such as the name
of the
Web Service and its associated
Pipeline, to process the request.
- Close
Enterprise Server Administration.