New CICS Web Service (Bottom Up) pages 1 and 2

Project
Shows the name of the project in which the CICS Web service is created. The default is the current project. Click Browse to specify a different project.
Source file
The path to and name of the COBOL source file from which to create the Web service. Click Browse to select a file.
Program name
The program ID for the program specified in the Source file field.
Service location
The endpoint URL used to invoke the Web service, consisting of the server, port, and a URI used to identify the Web service in Enterprise Server.
Associated instance group
Name
The name of the enterprise server instance associated with the project.
Start
Starts the enterprise server instance shown in the Name field.
Restart
If its status is started, restarts the enterprise server instance shown in the Name field.
Status
Shows the state of the enterprise server instance - started or stopped.
CICS Support
Shows the status of CICS support for the enterprise server instance - enabled or disabled.
CICS web service
Shows the status of the Web service - enabled or disabled.
message area
Shows validation messages pertaining to the status and configuration of the associated enterprise server instance.
Note: A full list of messages can be found in the Eclipse Console window once the enterprise server instance is started.
Program interface
Lists the types of interfaces you can select for this Web service: COMMAREA or CHANNEL.
Container name
Shows the name of the container associated with the selected interface. The default name for the COMMAREA interface is DFHWS-DATA, which cannot be changed. For a CHANNEL interface, this field is enabled so you can type in the name of the container.
Operation name
The name of the operation defined in the service interface. The default is program-nameOperation.
Request structure
The path or virtual path to and name of a program or copybook that contains the data structures required to request data. Click Browse to select a file.
Response structure
The path or virtual path to and name of a program or copybook that contains the data structures required to send data. Click Browse to select a file.
Additional parameters
Any additional parameters. See the ls2lws reference topic for a list of parameters.