Utilice este elemento de nivel superior del documento ServiceSpecification.xml para proporcionar información acerca del servicio Web.
| Campos | Descripción |
|---|---|
Atributo: name |
Especifica el nombre del proyecto que contiene los archivos generados. Si el proyecto no existe, se creará automáticamente. |
<EISProject name="CICSSample">
<!-- Utilizar ImportPropertyArray para alterar temporalmente los valores de 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">
<!-- Utilizar CodegenPropertyArray para alterar temporalmente los valores de PlatformProperties.xml -->
<CodegenPropertyArray>
<CodegenProperty name="com.ibm.etools.xmlent.ui.GEN_CONVERSION_TYPE" value="interpretive"/>
</CodegenPropertyArray>
<!-- Generar una implementación de un servicio Web desde un archivo WSDL -->
<EISServiceImplementation type="SERVICE_PROVIDER">
...
</EISServiceImplementation>
<!-- Generar un cliente desde un archivo WSDL -->
<EISServiceImplementation type="SERVICE_REQUESTOR">
...
</EISServiceImplementation>
</EISProject>