Versions Compared

Key

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

Name

wsdlvalidator - The wsdlvalidator validates whether a WSDL document is well-formed and schema conformed.

Synopsis

No Format

 wsdlvalidator -s <schema-url>* -w [[-V|-verbose]|-quiet] <wsdl-url>

 wsdlvalidator [-?|-h|-help] 

 wsdlvalidator -v 

Description

The wsdlvalidator validates whether a WSDL document is well-formed and schema conformed as noted by the following checks.

  • 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.

Syntax

...

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

Options

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

...

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

Ant usage

See Also

wsdl2java, wsdl2js, java2js, java2ws, xsd2wsdl, wsdl2xml, idl2wsdl, wsdl2soap, wsdl2corba and wsdl2serviceTo execute the wsdlvalidator tool using Ant set the Java task's classname property to
org.apache.cxf.tools.validator.WSDLValidator.