| Fields | Description |
|---|---|
Attribute: fileNamePrefix |
A 6 character filename prefix for the generated
language structures representing request messages in the web service
description. The remaining two characters are reserved for suffixing
the generated files with an ordinal based on the number of operations
in the web service description. The default value is: First 5 characters of the input WSDL file name + 'I' |
Attribute: overwrite |
Specifies whether to overwrite the output file(s) if it exists. |
<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 runtime="WEB_SERVICES_CICS" type="SERVICE_PROVIDER">
<ServiceImplementationSpec importDirectory="." importFile="ServiceDefinition.wsdl">
<LanguageStructureSpecIn fileNamePrefix="SRVPRI" />
...
</ServiceImplementationSpec>
</EISServiceImplementation>
</EISProject>