| Fields | Description |
|---|---|
Attribute: name |
Specifies the name of the project that contains the generated files. If the project does not exist, it will be created automatically. |
<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>
<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>