Re: documentation generated from .wsdl
Tomi,
I see this is for WSDL 1.1. Have you
thought of supporting WSDL 2.0? If you want to contribute your code, maybe
the Apache Woden project [1] could provide a home.
Another thought is to leverage the WSDL
2.0 Component Model Interchange format [2] - an XML format that combines
the content of multiple WSDL 2.0 and XSD files (via import and include)
into a single file. This format is used in the Test Suit and is implemented
by Woden.
[1] http://incubator.apache.org/woden/
[2] http://dev.w3.org/cvsweb/2002/ws/desc/test-suite/interchange/
Arthur Ryman, PhD, AoT, DE
Process and Portfolio Management, Rational Division
phone: +1-905-413-3077, TL 969-3077
assistant: +1-905-413-3831 (T/L: 318-8867)
fax: +1-905-413-4920, TL 969-4920
mobile: +1-416-939-5063, text: 4169395063@...
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.
View this message in context: Re:
documentation generated from .wsdl
Sent from the w3.org
- www-ws-desc mailing list archive at Nabble.com.