Re: WSDL to HTML documentation generator

2003-09-22 Thread Wilfred Springer
I created my own stylesheets producing DocBook. Generating something useful from WSDL isn't really that hard. (The IBM article on generating documentation from WSDL shows how to deal with namespace issues.) The hard part is how to deal with XSD datatypes embedded in your WSDL file. Take a look at h

Re: WSDL to HTML documentation generator

2003-09-22 Thread Eric Jain
> 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/07356140

Re: WSDL to HTML documentation generator

2003-09-21 Thread Srinath Perera
Hi danch, Pablo yah, if it can fulfil the requirements writing XSLT is the much attractive than try to write bunch of code. Danch Thank for the lesson :) Srinath On Fri, 2003-09-19 at 22:42, Dan Christopherson wrote: > Alternatively, you could just write an XSLT stylesheet to generate it, >

Re: WSDL to HTML documentation generator

2003-09-19 Thread Dan Christopherson
Alternatively, you could just write an XSLT stylesheet to generate it, possibly, depending on what your expectations are. -danch Srinath Perera wrote: Hi Pablo it is possible. (answer depend on what type of doc u r expecting .. yet theoritically if you can exact the information from the wsdl u

Re: WSDL to HTML documentation generator

2003-09-18 Thread Srinath Perera
Hi Pablo it is possible. (answer depend on what type of doc u r expecting .. yet theoritically if you can exact the information from the wsdl u can genarate the document u need we know there is a mechanisum to get this information as wsdl4j exists :) ) I do not know abut is there a one alre

WSDL to HTML documentation generator

2003-09-18 Thread Pablo
Hi, I need a tool to generate the HTML documentation from a WSDL like a "javadoc" for wsdl. Is it possible? I'm looking for something free... Can somebody help me? Thanks a lot! Pablo