An open API service indexing awesome lists of open source software.

https://github.com/qvantel/wsdl-viewer

A fork of wsdl-viewer from http://tomi.vanek.sk/index.php?page=wsdl-viewer
https://github.com/qvantel/wsdl-viewer

Last synced: 3 months ago
JSON representation

A fork of wsdl-viewer from http://tomi.vanek.sk/index.php?page=wsdl-viewer

Awesome Lists containing this project

README

          

WSDL-Viewer
===========

Is a fork of [wsdl-viewer](http://tomi.vanek.sk/index.php?page=wsdl-viewer)

The point of this fork is to make the output of the original a bit more modern
and user friendly.

Usage
-----

The all-in-one xsl transformation file wsdl-viewer.xsl can either be
included as a stylesheet in your wsdl file or an xslt processor can be used to
convert the wsdl file to a static html file.

### Stylesheet in WSDL ###

Add the
After the prolog in your wsdl file. Prolog being the -tag.

### Processed ###

Ubuntu example:

sudo apt-get install xsltproc
xsltproc wsdl-viewer.xsl your.wsdl > your.html

Building
--------

Use the ant build script in the build directory.

cd build
ant

This creates a new all-in-one xslt file for you to use as described in usage.