Rational Developer for System z

EISProject

Use this top-level element of the ServiceSpecification.xml document to provide information about the Web service.

Contained by

None

Contains

Attributes

Fields Description

Attribute: name
Valid values: See Description
Required?: No
Default value: EISProject

Specifies the name of the project that contains the generated files. If the project does not exist, it will be created automatically.

Examples

Figure 1 areFigure 2 examples of the EISProject element.
Figure 1. Example 1 of EISProject Element
<EISProject name="CICSSample">
        <!-- Use the ImportPropertyArray to override values from PlatformProperties.xml -->
        <ImportPropertyArray type="Cobol">
                <ImportProperty name="com.ibm.etools.cobol.COBOL_TRUNC" value="BIN" />
                <ImportProperty name="com.ibm.etools.cobol.COBOL_NSYMBOL" value="DBCS" />
                <ImportProperty name="com.ibm.etools.cobol.COBOL_QUOTE" value="DOUBLE" />
        </ImportPropertyArray>
        <CodegenPropertyArray type="Cobol">
                <CodegenProperty name="com.ibm.etools.xmlent.ui.GEN_PROG_NAME" value="XCNV"/>
                <CodegenProperty name="com.ibm.etools.xmlent.ui.GEN_AUTH_NAME" value="WSED"/>
                <CodegenProperty name="com.ibm.etools.xmlent.ui.GEN_IN_CP_LIST" value="1140"/>
                <CodegenProperty name="com.ibm.etools.xmlent.ui.GEN_CP_LIST" value="1140"/>
                <CodegenProperty name="com.ibm.etools.xmlent.ui.GEN_OUT_CP_LIST" value="1140"/>
                <CodegenProperty name="com.ibm.etools.xmlent.ui.GEN_DEC_COMMA" value=" false"/>
                <CodegenProperty name="com.ibm.etools.xmlent.ui.GEN_FLAT_GEN" value=" false"/>
        </CodegenPropertyArray>
        <EISService name="CustomerInfo" type="CICS" targetNameSpace="http://cics.sample"
                generateConverters="true"
                generateSeparateXSD="false"
                generateWSDL="true"
                portType="myPortType" >
        </EISService>
</EISProject>
Figure 2. Example 2 of EISProject Element
<EISProject xmlns="http:///com/ibm/etools/xmlent/batch/emf/BatchProcessModel.ecore" 
         name="CICSTopDownSample">

    <!-- Use the CodegenPropertyArray to override values from PlatformProperties.xml -->
    <CodegenPropertyArray>
        <CodegenProperty name="com.ibm.etools.xmlent.ui.GEN_CONVERSION_TYPE" value="interpretive"/>
    </CodegenPropertyArray>   

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