Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

XSD to WSDL

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 }

Description

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.

Option

Interpretation

-?,-h,-help

Displays the online help for this utility .

-help

-h and exits.

-o

Specifies the name of the generated WSDL file.

-n

The name of generated wsdl.

-t

Specifies the target namespace to use in the generated WSDL file.

-v

Displays the version number for the tool.

-verbose

Displays comments during the code generation process.

-quiet

Suppresses comments during the code generation process.

-d

The directory in which the output files are placed.

xsdurl

Specifies the xsd url.

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

Example

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

See Also

idl2wsdl, java2js, java2ws, wsdl2corba, wsdl2java, wsdl2js, wsdl2service, wsdl2soap, wsdl2xml and wsdlvalidator.