HIPAASpace Web Services Ruby Example Readme

1. REQUIREMENTS

You need to have the following installed in order to run this sample:
- Ruby (1.9.2) or some similar modern version
- Ruby Gems
- soap4r-1.5.8 Gem in order to call SOAP Web-Services

2. NOTE ON RUNNING WITH RUBY ON RAILS

There is a known bug in SOAP4R with running under Ruby on Rails. In order to fix the issue you need to apply the following modification
to the file <Ruby Folder>\lib\ruby\gems\1.9.1\gems\soap4r-1.5.8\lib\xsd\xmlparser.rb: line 76

Change 
      c.downcase == name
to
      c.to_s.downcase == name

3. RUNNING THE SAMPLE

Simply type the following command:
ruby HIPAASpace.WebService.rb

The output is dumped to the screen, but you could simply route this to the file log