Skip to content
rubyjedi edited this page Sep 14, 2010 · 3 revisions

Installation Notes

Quick Install via Rubygems

  • gem install rubyjedi-soap4r

Dependencies

  • Runtime Dependency: httpclient
    gem install httpclient
  • Runtime Dependency: nokogiri or REXML
    For best performance, and cross-platform capability, I recommend installing Nokogiri, as it hides much of the low-level details from us. (This will be particularly important as we move forward with the ‘pure java’ Nokogiri under JRuby). Otherwise, you can use the standard REXML built into Ruby 1.8 and above.
    gem install nokogiri
  • Testing Dependency: test-unit [1.2.3 or possibly higher]
    gem install test-unit —version=1.2.3
  • Testing Dependency: rubyjedi-testunitxml
    gem install rubyjedi-testunitxml

Testing Notes

Test::Unit Test Suite [soap / wsdl / xsd]
These Testing Notes DO NOT cover interopR2, interopR4, sm11, or NaHi’s samples

Ruby 1.8.6
All tests are passing.

Ruby 1.8.8-head (under rvm)
All tests are passing.

Ruby 1.9.1 (under rvm)
Some Failures/Errors.

Ruby 1.9.2-head (under rvm)
Some Failures/Errors.

Clone this wiki locally