Re: documentation generated from .wsdl

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
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. 

-- 
View this message in context: http://www.nabble.com/documentation-generated-from-.wsdl-tf4245751.html#a13040893
Sent from the w3.org - www-ws-desc mailing list archive at Nabble.com.

Received on Friday, 5 October 2007 00:45:54 UTC