WSDL Diff Comand Line Tool
Using this tool you can compare two WSDL documents and see the difference as a HTML report.
How to Use
wsdldiff <<first wsdl>> <<second wsdl>> [<<output directory>>]
You can indicate the wsdl documents as a local file or as an URL on a server.
Running this command will generate an HTML report in the given output directory.
If the output directory is not given, it will be 'diff-report' per default.
Example
The following command compares two wsdl documents from the sample folder:
C:\soa-model-distribution-1.3.1>bin\wsdldiff samples\diff\1\article.wsdl samples\diff\2\article.wsdl
The result will be an HTML report like the following screenshot.
