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
- Host: GitHub
- URL: https://github.com/qvantel/wsdl-viewer
- Owner: qvantel
- Created: 2012-10-30T10:35:55.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-07-04T10:42:27.000Z (over 11 years ago)
- Last Synced: 2025-04-06T19:54:28.964Z (9 months ago)
- Language: XSLT
- Size: 2.08 MB
- Stars: 26
- Watchers: 7
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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.