Skip to content

phoet/savon_nosql_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Savon noSQL example

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

installation

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

Start the SOAP server

cd soap
ruby -rubygems server.rb

You can shutdown the server with CTRL-C.

Test the SOAP server

cd soap
ruby -rubygems client.rb