| Fields | Description |
|---|---|
Attribute: generateConverters |
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 |
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 |
Specifies whether to generate a service definition. This attribute has no effect in the top-down scenarios. |
Attribute: platform |
Specifies the target generation platform. Note: OS390
is the currently supported value. Other values are reserved for future
use.
|
Attribute: platformProperties |
Specifies the location of the platform property file. The path can be relative (as in ./PlatformProperties.xml) or absolute. |
<GenerationSpecArray generateConverters="true"
generateSeparateXSD="true"
generateWSDL="true"
platformProperties="Platform.xml">
<GenerationSpec name="ServiceSpecification.xml"/>
</GenerationSpecArray>