This is an example application to show how one could:
- Use Haml to send an XML request to and external API
- Use Ox to receive an XML response and map it in a service Object
$ git clone git@github.com:rubyjax/rails_with_xml.git
$ cd rails_with_xml
$ bundle install --jobs 4
$ rake db:setup
$ rake