- From: Arthur Ryman <ryman@ca.ibm.com>
- Date: Fri, 5 Oct 2007 16:08:19 -0400
- To: tomi vanek <tomi.vanek@gmail.com>
- Cc: www-ws-desc@w3.org, www-ws-desc-request@w3.org
- Message-ID: <OF877DFEDC.1C6390A2-ON8525736B.006D68D8-8525736B.006EA0F2@ca.ibm.com>
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@fido.ca tomi vanek <tomi.vanek@gmail.com> Sent by: www-ws-desc-request@w3.org 10/04/2007 10:22 AM To www-ws-desc@w3.org cc Subject 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). 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.
Received on Friday, 5 October 2007 20:09:02 UTC