Table 1 shows the attributes for ApplicationTemplateSpec.
| Fields | Description |
|---|---|
Attribute: fileName |
The filename of the generated application template. The default value is: First 8 characters of the input WSDL file name |
Attribute: overwrite |
Specifies whether to overwrite the output file(s) if it exists. |
Attribute: programName |
The name of the main entry point in the generated
application template. The default value is: First 8 characters of the input WSDL file name |
<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">
<ApplicationTemplateSpec fileName="SERVPROV.cbl" programName="SERVPROV"/>
...
</ServiceImplementationSpec>
</EISServiceImplementation>
</EISProject>