Michael Potter-3 wrote:
I have a need to document our webservices in a format usable by
non-technical users.
Maybe you could find useful my tool for WSDL documentation generation: the
wsdl-viewer.xsl (
http://tomi.vanek.sk/index.php?page=wsdl-viewer). This is just an XSLT 1.0 transformation that can run in any browser. The transformation converts WSDL into easier understandable HTML format. You can create the documentation either with batch processing (i.e. by ANT script), or simply by adding a processing instruction into WSDL, so by opening the WSDL in a browser the XML will be instantly converted into HTML.