meeces2911 / wsdl-viewer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WSDL-Viewer

Is a fork of 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 <?xml...> -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.

About

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


Languages

Language:XSLT 100.0%Language:Shell 0.0%