The XML Converters tab allows you
to specify a path and file names for the new XML converters and the
new converter driver.
This tab contains the following fields:
In the
Select targets for the XML conversion programs group:
Note: Generate
to: Is only applicable to single service Enterprise Service Tools
projects.
- Generate to:
- Same project
Select this when the file
container is on the local system (default).
- Remote location
Select this when the
file container is on a remote system. For additional information,
see Generation of Enterprise Service Tools artifacts to remote systems.
- Converter file container:
- Type or select the path of a folder in which you want the wizard
to create the converter files.
- Converter driver file name:
- Type the name of the file that you want to contain the new converter
driver. (The converter driver is the procedure that calls the request
converter and the response converter.)
- To suppress the generation of this file:
- Clear the check box Generate all to driver,
if it is set.
- Clear the check box at the far left of the input field.
- Request Converter file name:
- Type the name of the file that you want to contain
the new request converter. (The request converter is the procedure
that maps the request XML schema definition to a high-level-language
data structure.)
- To suppress the generation of this file:
- Clear the check box Generate all to driver,
if it is set.
- Clear the check box at the far left of the input field.
- Response Converter file name:
- Type the name of the file that you want to contain the new response
converter. (The response converter is the procedure that maps a high-level-language
data structure to the response XML schema definition.)
- To suppress the generation of this file:
- Clear the check box Generate all to driver,
if it is set.
- Clear the check box at the far left of the input field.
- Generate all to driver
- Select this check box to if you want the converter driver, the
request converter, and the response converter to be contained in one
file.
Important: Prior to the availability of the "Generate
Conversion Code" enhancement, where combined converters can be generated
from two mapping files, it was necessary to manually combine two separate
sets of converter programs for Web services having both request and
response messages.
- Overwrite files without warning
- This check box indicates that the wizard overwrites
without warning, if files with the same name exist in
the target directory.