A generator of HTML documentation from WSDL files.
A generator of HTML documentation from WSDL files. It uses available open source projects to convert .wsdl files into Swagger .yaml files that then can be converted to many documents, by automatic model-to-text (M2T) transformations.
The solution is simple and easily extensible, since it based on strong and well supported open source projects: the Swagger Codegenerator are open and easy to customize by Mustache templates. Moreover, stubs and skeleton in any programming languages, based on Swagger codegen, are available.
You need to execute the Bash script in an environment where are available: 1. NodeJS 2. Java SE
To run the script just execute
wsdl2html.sh --input /absolutePathTo/myWSDLFile.wsdl --outputFolder /absoluteOutputFolder
- Swagger - The world's most popular API Tooling
Ermanno Battista ([email protected]) and Fabio Scippacercola ([email protected]) - Software Engineers and PhDs. Working in IVM Tech and starting Fervento.systems.
- This code was developed in the 28-hour of the Developers Italia Hackathon held on the 7-8th October, 2017.