> I need a tool to generate the HTML documentation from a WSDL like a > "javadoc" for wsdl.
See www.omniopera.com/viewer.html. It's commercial, but may give you some ideas. .NET has an excellent system for displaying documentation, see http://www.microsoft.com/mspress/books/sampchap/5242/0735614067-01.gif and http://www.microsoft.com/mspress/books/sampchap/5242/0735614067-02.gif. O'Reilly's XSLT Cookbook includes an example stylesheet (vertical/wsdlServer/wsdlToDoc.xsl), which may be a good starting point, but expect to invest lots of time... -- Eric Jain