Rational Developer for System z

LanguageStructureSpecOut

Use this element of the ServiceSpecification.xml document to specify properties of the language structures generated from the output 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 + 'O'

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 LanguageStructureSpecOut element.
Figure 1. Example of LanguageStructureSpecOut 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">
      <LanguageStructureSpecOut  fileNamePrefix="SRVPRO" />
        ...
    </ServiceImplementationSpec>
  </EISServiceImplementation>

</EISProject>



Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)