Which set of libraries and tools would you recommend to use for development SOAP-service on Ruby 1.9 - soap-tools, web-servers, or maybe a web-framework?
+1
A:
SOAP doesn't seem to be popular in Ruby land. The only library for creating services I know of is SOAP4R (which comes bundled with Ruby), and the documentation for it isn't very detailed.
Alex - Aotea Studios
2010-03-18 10:19:00
Yea, you are right. But SOAP4R doesn't support ruby 1.9 now and forks are not tested well
aaz
2010-03-18 13:13:16
+1
A:
Take a look at http://aws.rubyonrails.org/, when it's explained how to create web services within RubyOnRails.
Carlo Pecchia
2010-03-18 10:51:32
Of course, it's not so uptodate mainly because SOAP support - in Rails - was replaced in favor of REST months ago (if not years...)
Carlo Pecchia
2010-03-18 10:52:39
Its posible to use Action Web Service with Rails 3 or any other (not Rails 2) web-framework?
aaz
2010-03-18 13:13:41