LanguageStructureSpecIn

Use this element of the ServiceSpecification.xml document to specify properties of the language structures generated from the input messages in the Web service description (WSDL) file.

Contained by

ServiceImplementationSpec

Contains

None

Attributes

Fields Description
Attribute: fileNamePrefix
Valid values: See Description
Required?: No
Default value: See Description
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
Valid values: true | false
Required?: No
Default value: true
Specifies whether to overwrite the output file(s) if it exists.

Example

Figure 1 is an example of LanguageStructureSpecIn element.
Figure 1. Example of LanguageStructureSpecIn Element
<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>