How to work with actionwebservice in rails 2.2

Hi everyone,

Please suggest how to use action web service in rails 2.2

Nike M. wrote:

Please suggest how to use action web service in rails 2.2

This is supposed to be a version that works with the current version of
Rails:

I don’t have any experience with it, or do I even know if it actually
works.

My recommendation is that if you’re planning to provide web services
(server-side). Don’t use SOAP! Use REST based web services instead. The
Rails community has voiced their opinion on the SOAP vs. REST debate.
You won’t be seeing any more work from the Rails team to support SOAP
based services. You’ll have to get that support from elsewhere.

If you’re having to consume existing SOAP services that do not offer a
REST based alternative then hopefully the above link will help you.