tags:

views:

56

answers:

2

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
Yea, you are right. But SOAP4R doesn't support ruby 1.9 now and forks are not tested well
aaz
+1  A: 

Take a look at http://aws.rubyonrails.org/, when it's explained how to create web services within RubyOnRails.

Carlo Pecchia
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
Its posible to use Action Web Service with Rails 3 or any other (not Rails 2) web-framework?
aaz