Guides you through the process of configuring
CWSDEMO resources, and installing and verifying those resources.
Start the Server Explorer
The
Server Explorer expandable ribbon is visible in Visual Studio on the top left side of the IDE by default when using
Enterprise Developer. However, if it is not visible:
- In Visual Studio, click
View > Server Explorer.
Configure
CWSDEMO resources
As with the
previous tutorial, you need to add the appropriate resources to the
CWSDEMO
enterprise server region's
startup list and add and configure additional resources required by the CICS program.
- Start the
CWSDEMO
enterprise server region
-
- On the
Server Explorer,
if the
CWSDEMO
enterprise server region is not already started,right-click
CWSDEMO, and select
Start from the context menu.
- Start
Enterprise Server Administration
- After
CWSDEMO
has started:
- Start ES Monitor and Control (ESMAC)
-
- On the
Enterprise Server Administration
Home page, click the
Details button located in the
Status column for the
CWSDEMO region.
- On the
Server > Control page, click
ES Monitor & Control.
- Add MYCWSREQ to the startup list
-
- On the
ESMAC menu ribbon, click the
Resources drop-down list; then select
by Group.
- Click
Startup.
- Click the
Details button that corresponds to the
DEMOSTRT startup list.
- On the
CICS STARTUP - DEMOSTRT page, scroll down to the end of the list and type
MYCWSREQ into the empty field at the bottom; then click
Apply.
Now you can create the MYCWSREQ resource group.
- Create the MYCWSREQ resource group
-
- On the
ESMAC menu, click the
Groups button located under
Resources.
- On the
CICS Resource Groups page, click
New.
- In the
Name field, type
MYCWSREQ.
- In the
Description field, type
CICS Web Services Requester Resources, and then click
Add.
- Create resources
- The InvokeReverse program requires a resource to support a pipeline, and a PCT resource used to invoke the Reverse Web service
from a TN3270 terminal emulator.
- On the
CICS Group MYCWSREQ page, click
Pipeline.
- Complete these fields:
Name
|
REQPIPE
|
Description
|
My CICS Requester Pipeline
|
Resp Wait
|
DEFT
|
Config file
|
$IDE_XML_LOC\basicsoap11requester.xml
|
WebSvc Dir
|
$IDE_PROJECT_LOC\invkRevCICSClientApp\
|
- Click
Add and then
Apply.
- Click
Group List to return to the
CICS Group MYCWSREQ page.
- Click
PCT.
- Complete these fields:
Name
|
INVK
|
Description
|
CWS transaction to invoke the reverse service
|
Program Name
|
INVKREV
|
- Click
Add; then click
Apply.
- To return to the Administration
Home page, click
Home at the top of the ESMAC menu.
Install and verify resources
You can install the new resources by stopping and starting the region.
- On the
Server Explorer, right-click
CWSDEMO; then select
Restart. This stops and then starts the
CWSDEMO
enterprise server region, automatically installing and loading the newly added resources on the startup list.
- After
CWSDEMO is started, use the ESMAC
Active feature to verify that the MYCWSREQ resources are installed and active, just as you did in the previous tutorial.
- Close
Enterprise Server Administration.