Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/phoet/savon_nosql_example

savon_nosql_example
https://github.com/phoet/savon_nosql_example

Last synced: 26 days ago
JSON representation

savon_nosql_example

Awesome Lists containing this project

README

        

h1. Savon noSQL example

This is an example project for using SOAP with Savon as a backing for a Rails model with validations.

h2. installation

bc.. rvm use 1.8.7
gem install -v=2.3.11 rails
rake gems:install

h2. Start the SOAP server

bc.. cd soap
ruby -rubygems server.rb

p. You can shutdown the server with CTRL-C.

h2. Test the SOAP server

bc.. cd soap
ruby -rubygems client.rb