This section provides a tutorial example on how to use SAXON 9.1.0.6 from Saxonica against a binding to generate an HTML documentation of a WSDL document. SAXON 9.1.0.6 is integrated in soapUI.
Once a WSDL document is loaded, you can also use SAXON 9.1.0.6 from Saxonica,
which is integrated in soapUI 3.0.1, to generate an HTML documentation for the WSDL document.
1. Run soapUI 3.0.1 and load Hello_WSDL_11_SOAP.wsdl as shown in the previous tutorial.
2. Right click on "helloBinding" binding in the project object tree and select "Generate Documentation".
A small dialog box shows up.
3. Enter \herong as the folder name where the HTML document will be created and click OK.
A HTML document will be generated and displayed:
Very cool. SAXON 9.1.0.6 did an excellent job by creating a good summary
of the Web service and the operation defined in the WSDL document. The source
code of the WSDL document is also listed at the end.
I will put a copy of this HTML document at:
http://www.herongyang.com/Service/Hello_WSDL_11_SOAP.html.