WSDL viewer

WSDL has its constructive logic, but it is hard to read / understand the content by business professionals (mostly non-programmers). Here is a small tool to visualize the web-service in a more intuitive way. I developed this transformation for WSDL interface analysis (to understand the service business functionality).

WSDL-viewer supports both WSDL 1.1 and WSDL 2.0 standards.

Please enter into the following input field the URL address of a WSDL and click on Submit.

:

Usage

A set of WSDL-s can be converted into web pages (HTML) in a batch process (i.e. an ANT script, that has native XSLT support).

Another elegant option is to add the userfriendly face directly into the WSDL. This way by opening the WSDL in a browser the transformation prepares on-fly the HTML view. This requires just this changes in WSDL:

Source code is in WSDL Viewer Github project. You can download WSDL viewer XSLT transformation. WSDL-viewer was contributed into Apache Woden project.

I hope you will find the transformation useful.


The transformation was inspired by an article of Uche Ogbuji: WSDL processing with XSLT. The use of XSLT service from W3C is inspired by an idea of CapeScience.