WSDLdoc processes only valid XML Schema 1.0
and
WSDL 1.1 files.
Users can use IBM's SQC or Microsoft's XSD schema validator to verify the XSD files meet requirements before running WSDLdoc.
Users can use IBM's SQC or Microsoft's XSD schema validator to verify the XSD files meet requirements before running WSDLdoc.
WSDLdoc requires Java 1.2 or above.
Synopsis:
wsdldoc.bat [options] file0.wsdl http://url/file1.wsdl
Options:
-help: | prints out help message to standard output |
-version: | prints out program version information |
-verbose: | prints out execution trace |
-title text: | parameter value of <title> for the generated HTML document |
-dir path: | location where WSDLdoc will save generated HTML files. If path does
not exist, WSDLdoc will automatically create required directories.
If -dir is not specified, WSDLdoc creates "tmpdoc" in current directory. |
file path prefix of the given file. This value can be used as second argument for -hrefprefix. | |
-hrefprefix |
replace file path prefix with url prefix in the HTML outputs. This operation recursivly processes all the WSDLs and XSDs in a directory. For more information, please see example 3. |
Usage Example:
Extras:
To run customized scripts or incorporate WSDLdoc into the build process,
type java -jar wsdldoc.jar (plus command-line options).
We can provide an internal API for users wishing to integrate WSDLdoc within another
Java program. Please contact support
for more information about this availability.