Versions Compared

Key

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

...

  • Check the WSDL document for XML well-formedness.
  • Validate the WSDL document against its XML schema.
  • Validate the WSDL document using some of the semantic rules defined in the WSDL specification.
  • Validate the WSDL document against custom validation rules, such as those defined by the Web Services Interoperability (WS-I) organization (i.e. WS-I Basic Profile rules).
  • Validate the WSDL against strange exceptions, incorrectly generated code and general bad WSDL issues.

...

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

...

Ant usage

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