Skip to content

scippacercola/anpr-wsdl-docwriter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anpr-wsdl-docwriter

A generator of HTML documentation from WSDL files.

Description

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.

Prerequisites

You need to execute the Bash script in an environment where are available: 1. NodeJS 2. Java SE

Running

To run the script just execute

    wsdl2html.sh --input /absolutePathTo/myWSDLFile.wsdl --outputFolder /absoluteOutputFolder

Built With

  • Swagger - The world's most popular API Tooling

Authors

Ermanno Battista ([email protected]) and Fabio Scippacercola ([email protected]) - Software Engineers and PhDs. Working in IVM Tech and starting Fervento.systems.

Acknowledgments

About

An automated generator of API documentation starting from WSDL files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%