Library Link To Toggle Frames Print Feedback

Name

wsdlvalidator — validates a WSDL document

Synopsis

wsdlvalidator [[ -? ] | [ -help ] | [ -h ]] [ -d schema-directory ] [ -s [ schema-url ...] ] [ -v ] [[ -verbose ] | [ -quiet ]] { wsdlurl }

Description

wsdlvalidator validates whether a wsdl file or wsdl url is well-formed and schema conformed.

Arguments

The arguments used to validate WSDL file are reviewed in the following table:

Option Interpretation
-? Displays the online help for this utility.
-help
-h
-d schema-directory Specifies the directory used to search for schemas.
-s schema-url Specifies the URL of a user specific schema to be included in the validation of the contract. This switch can appear multiple times.
-v Displays the version number for the tool.
-verbose Displays comments during the validation.
-quiet Suppresses comments during the validation.
wsdlurl The path and name of the existing WSDL file