Rational Developer for System z, Version 7.6

EISServiceImplementation

Use this element of the ServiceSpecification.xml document to implement a service provider or service requester from a web service description (WSDL) file. Also use as a container for the required ServiceImplementationSpec container and, optionally, for the ConnectionPropertyArray and the ServicePropertyArray.

Contained by

EISProject

Contains

Attributes

Table 1 shows the attributes for EISServiceImplementation.

Table 1. Attribute Specifications for EISServiceImplementation
Fields Description

Attribute: runtime
Valid values: WEB_SERVICES_CICS
Required?: -  
Default value: WEB_SERVICES_CICS

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
Valid values: SERVICE_PROVIDER
| SERVICE_REQUESTOR
Required?: -  
Default value: SERVICE_PROVIDER

Specifies whether to generate artifacts to implement a Service Provider or Service Requestor based on the input web service description.

Example

<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> 

Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)