Table 1 shows the attributes for EISServiceImplementation.
| Fields | Description |
|---|---|
Attribute: runtime |
Specifies which subsystem (such as CICS®, IMS™, TSO) to tailor the generated artifacts for. WEB_SERVICES_CICS: artifacts deployable to a CICS TS 3.1+ Web services runtime environment. |
Attribute: type |
Specifies whether to generate artifacts to implement a Service Provider or Service Requestor based on the input web service description. |
<EISProject xmlns="http:///com/ibm/etools/xmlent/batch/emf/BatchProcessModel.ecore"
name="CICSTopDownSample">
<!-- Generate an implementation of a web service from a WSDL file -->
<EISServiceImplementation type="SERVICE_PROVIDER">
...
</EISServiceImplementation>
<!-- Generate a client to from a WSDL file -->
<EISServiceImplementation type="SERVICE_REQUESTOR">
...
</EISServiceImplementation>
</EISProject>