Hi, Was SOAP support discontinued in Rails 2.0? I did read the release notes which mention that REST is the preferred web services architecture, but nowhere is mentioned that SOAP is completely out. I created a new Rails 2.0 app, I attempted to generate a web_service controller + methods and got the following error: "Couldn''t find ''web_service'' generator" - and yes, the web_service generator doesn''t exist in the rails generators directory. Thanks, Tiberiu -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 15 Jan 2008, at 19:21, Tiberiu Motoc wrote:> > Hi, > > Was SOAP support discontinued in Rails 2.0? > > I did read the release notes which mention that REST is the preferred > web services architecture, but nowhere is mentioned that SOAP is > completely out. I created a new Rails 2.0 app, I attempted to > generate a > web_service controller + methods and got the following error: > "Couldn''t find ''web_service'' generator" - and yes, the web_service > generator doesn''t exist in the rails generators directory. >actionwebservice was removed from core. It''s not hard to resurrect it though. I put a few notes on that up at http://www.texperts.com/2007/12/21/using-action-web-service-with-rails-20/ Fred> Thanks, > Tiberiu > -- > Posted via http://www.ruby-forum.com/. > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
And likewise, I put up a few notes about a new Ruby binding to an Apache Axis2-based Web Services stack. It supports SOAP 1.2 and many WS-* specifications. It can be implemented in a Rails controller. http://markthomas.org/2008/01/14/industrial-strength-web-services-for-ruby/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---