GenerationSpecArray
Use this element of the Container.xml document to provide information that globally affects the generation of converters and service definitions. This element is required.
Contained by
BatchSpecContainerContains
GenerationSpecAttributes
Fields | Description |
---|---|
Attribute: generateConverters
Required?: No Valid values: true | false Default value: false |
Specifies whether to generate the converter
set (request and response converters, driver). Note: The
"false" setting of this attribute will cause the generateSeparateXSD
attribute to be forced to "false". (This note does
not apply to the top-down scenarios.)
|
Attribute: generateSeparateXSD
Required?: No Valid values: true | false Default value: false |
Specifies whether to generate a separate set
of XML schemas that define the message (request
and response). Note: The "false" setting of this attribute is
enforced if the generateConverters attribute is set to false and as
a result, a value of false is meaningful only if generateWSDL is set
to true. A value of false specifies that the service definition file
contains an embedded schema.
This attribute has no effect in the top-down scenarios. |
Attribute: generateWSDL
Required?: No Valid values: true | false Default value: false |
Specifies whether to generate a service definition. This attribute has no effect in the top-down scenarios. |
Attribute: platform
Required?: No Valid values: OS390 Default value: OS390 |
Specifies the target generation platform. Note: OS390
is the currently supported value. Other values are reserved for future
use.
|
Attribute: platformProperties
Required?: Yes Valid values: See Description Default value: See Description |
Specifies the location of the platform property file. The path can be relative (as in ./PlatformProperties.xml) or absolute. |
Example
<GenerationSpecArray generateConverters="true"
generateSeparateXSD="true"
generateWSDL="true"
platformProperties="Platform.xml">
<GenerationSpec name="ServiceSpecification.xml"/>
</GenerationSpecArray>