Otis::Generator
This is a gem wrapper generator for Otis Framework.
The current version is able to generate SOAP wrappers based on a input WSDL file.
Installation
$ gem install otis-generator
Usage
In order to generate a gem, you need a WSDL file as input.
$ otis generate mygem --wsdl=my_file.wsdl
This command will generate a Otis wrapper, containing models, mapper and integration test infrastructure.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request