• jsonFile is the name of the JSON file to parse. It can be either a disk file or a URL.
• outputFile is the name of the file that will contain the record definition corresponding to jsonFile. If omitted, a file named jsonFile.wrk is created.
• prefix defines a string to be put in front of every data name in the record definition.
o When set to "0" or omitted, data-names are generated with no prefix.
o When set to "1", the prefix will be the name of the JSON file.
• -d activates or deactivates names ambiguity check
• wsdlFile is the name of the WSDL file to parse. It can be either a disk file or a URL.
• outputFile is the name of the file that will contain the record definition corresponding to wsdlFile. Multiple copy files are generated, one for each method described in the WSDL. The copy file is named by appending the method name to outputfile.
• -v.1.1 should be used to process WSDL files of version 1.1. By default the utility expects WSDL files of version 2.0.
• xmlFile is the name of the XML file to parse. It can be either a disk file or a URL. If the XML file includes a XSD, then the utility parses the XSD and the result is more accurate. If no XSD is available, then the utility guesses the fields characteristics according to the XML content.
• outputFile is the name of the file that will contain the record definition corresponding to xmlFile. If omitted, a file named xmlFile.wrk is created.
• prefix defines a string to be put in front of every data name in the record definition.
o When set to "0" or omitted, data-names are generated with no prefix.
o When set to "1", the prefix will be the name of the XML file.
• -d activates or deactivates names ambiguity check
| Copyright (c) 2017 Veryant |
| Contact us |
|
Please share your comments on this manual or on any Veryant product documentation with the email button at the top left |