Versions Compared

Key

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

...

No Format
 wsdlvalidator -s <_schema-url_>* -w [-?|-h|-help] -v [-V|-verbose] -quiet <wsdl-url>

Examples

wsdlvalidator HelloWorld.wsdl

wsdlvalidator -s http://cxf.apache.org/schemasImage Removed -s http://mycompany/schemasImage Removed Greeting.wsdl

Options

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

...

You must specify the absolute or relative path to the WSDL document as the last argument.

Examples

wsdlvalidator HelloWorld.wsdl

wsdlvalidator -s http://cxf.apache.org/schemasImage Added -s http://mycompany/schemasImage Added Greeting.wsdl

Ant usage

To execute the wsdlvalidator tool using Ant set the Java task's classname property to
org.apache.cxf.tools.validator.WSDLValidator.