GenerationSpec

Use this element to provide information about the ServiceSpecification.xml file, which specifies the options for generating individual sets of converters and Web Service Definition Language (WSDL) files.

Contained by

GenerationSpecArray

Contains

None

Attributes

Fields Description
Attribute: name
Required?: Yes
Default value: None
Specifies the path of the ServiceSpecification.xml file. This path can be either an absolute path or a path relative to the directory in which Container.xml is located.

Example

<GenerationSpecArray
              platformProperties="Platform.xml">
        <GenerationSpec name="ServiceSpecification.xml"/>
</GenerationSpecArray>
<CodegenPropertyArray type="Cobol">
        <CodegenProperty name="com.ibm.etools.xmlent.ui.GEN_PROG_NAME" 
                             value="CWSA"/>
        <CodegenProperty name=
                  "com.ibm.etools.xmlent.ui.GEN_CONVERSION_TYPE" 
                             value="interpretive"/>
</CodegenPropertyArray>