Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Name

xsd2wsdl - uses a xsd (schema file) to generate a WSDL file.

Synopsis

Code Blocknoformat
xsd2wsdl [-?|-help|-h][-o <output-file>][-n <wsdl-name>][-t <target-namespace>][-v][-verbose|-quiet][-d <output-directory>] { xsdurl }

...

xsd2wsdl uses a xsd (schema file) to generate a WSDL file.

Example

xsd2wsdl -t http://org.apache/invoiceImage Removed -n Invoice Invoice.xsd

Arguments

Options

The options used to validate WSDL file The arguments used to manage the WSDL file generation are reviewed in the following table.

...

You must include the xsdurl argument. All other arguments are optional.

Example

xsd2wsdl -t http://org.apache/invoiceImage Added -n Invoice Invoice.xsd