Rational Developer for System z

The DFHLS2WS Application and Service properties page

The DFHLS2WS Application and Service properties page sets properties for the CICS® application and for the Web service.
Follow these steps to complete this page:
  1. On the Application Properties tab, specify the following options:
    Program name
    Specifies the name of the CICS application program that is exposed as a Web service.
    Program interface
    Specifies how CICS passes data to the target application program.
    Note: When using the MTOM/XOP (Message Transformation Optimization Mechanism)/(XML-binary Optimization Package) development scenario:
    • If CHANNEL is selected as the program interface, then the maximum size of an MTOM/XOP attachment (which is derived from a language structure) is 128 MB. This limitation is the maximum size of a COBOL data item (PL/I is not supported).
    • If COMMAREA is selected as the program interface, then the maximum size of an MTOM/XOP attachment (which is derived from a language structure) is 32767 bytes. This limitation is the is the maximum size of a DFHCOMMAREA.
    Container name
    Specifies the name of the container that holds the high level language structure.
    Request Channel
    Specifies the location of the request channel description document (the location should be on the local system).
    Note: If this value is used the mapping level must be 3.0 or higher.
    Interaction between files referenced in the channel description document and language structure selection page:
    • When the channel description document points to the main source file of the EST project, the item selections made in the Language structure selection page are PRESERVED.
    • When the channel description document points to a source file that is NOT the main source file of the EST project, the item selections made in the Language structure selection page are IGNORED.
    Response Channel
    Specifies the location of the response channel description document (the location should be on the local system).
    Note: If this value is used the mapping level must be 3.0 or higher.
    Interaction between files referenced in the channel description document and language structure selection page:
    • When the channel description document points to the main source file of the EST project, the item selections made in the Language structure selection page are PRESERVED.
    • When the channel description document points to a source file that is NOT the main source file of the EST project, the item selections made in the Language structure selection page are IGNORED.
  2. On the Service Properties tab, specify the following options:
    Service Location:
    Specifies the URI that a client uses to access the Web service.
Note: TXSeries for Multiplatforms runtime only supports COMMAREA as Program interface.

Feedback