Hi Dude I need to know ,how to write WebServices in RoR If anybody knows that kindly tell me the solution I need to write the webservices for my project ok bye By P.S.Hussain -- 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 25 Apr 2007, at 13:53, Mohamed Hussain wrote:> I need to know ,how to write WebServices in RoR If anybody knows > that kindly tell me the solution I need to write the webservices > for my projectHow to write web services will depend on what you want your services to offer, and what clients you need to support. The easiest way to provide web services in Rails is to make use of Rails 1.2''s RESTful features to provide a REST interface to your application. A good introduction to that can be found at: http://www.softiesonrails.com/2007/3/28/rest-101-part-1-understanding- resources If you''re wanting to provide a SOAP interface, you''ll want to look into ActionWebService. http://wiki.rubyonrails.org/rails/pages/ActionWebService James. -- James Stewart Web Developer http://jystewart.net/process/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Also, we are not all Dudes! On Apr 25, 10:58 am, James Stewart <jystew...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On 25 Apr 2007, at 13:53, Mohamed Hussain wrote: > > > I need to know ,how to write WebServices in RoR If anybody knows > > that kindly tell me the solution I need to write the webservices > > for my project > > How to write web services will depend on what you want your services > to offer, and what clients you need to support. The easiest way to > provide web services in Rails is to make use of Rails 1.2''s RESTful > features to provide a REST interface to your application. A good > introduction to that can be found at: > > http://www.softiesonrails.com/2007/3/28/rest-101-part-1-understanding- > resources > > If you''re wanting to provide a SOAP interface, you''ll want to look > into ActionWebService. > > http://wiki.rubyonrails.org/rails/pages/ActionWebService > > James. > > -- > James Stewart > Web Developerhttp://jystewart.net/process/--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---