| 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".
|
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.
|
Attribute: generateWSDL |
Specifies whether to generate a service definition. |
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>