Name
wsdlvalidator — validates a WSDL document
Synopsis
wsdlvalidator
[[-?] | [-help] | [-h]] [-s schema-url
...] [-v] [[-verbose] | [-quiet]] {wsdlurl
}
Description
wsdlvalidator validates whether a WSDL document is well-formed and conforms to the WSDL schema.
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 | |
-s | 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 |