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 Converters and
Converter Driver 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.
- In the Enterprise COBOL for z/OS Compiler
Options group:
- Specify COBOL compiler version
- Select the version of the COBOL compiler that you want to use. (Same as COBOL_COMPILER_LEVEL in the batch processor
– see COBOL_COMPILER_LEVEL).
- XML Parsing
- COMPAT - XML parser Enterprise Service Tools COBOL Version 3
- XMLSS - XML parser Enterprise Service Tools COBOL Version 4
Note: This
parser is also available in the z/OS XML
System Services platform libraries.
- Optimization
- Select whether the optimization option is enabled for the COBOL
compiler. When the check box is selected, the COBOL compiler uses
optimization in generating runtime code from COBOL source code.
If
you are trying to debug a compile error in your COBOL source code,
it is a good idea to clear this check box and recompile. Without optimization
turned on, it is easier to determine which part of the COBOL source
code is causing the error.