Hi Could any body please comment on this? Each pros and cons(if any) Can REST do all things that SOAP does Thanks in advance Sijo -- 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 -~----------~----~----~----~------~----~------~--~---
Hi, Sijo SOAP and REST are different thinks. SOAP is and envelop protocol like HTTP. REST is a design style for a stateless client-server architecture. in REST a web service is viewed as a resource and it is accesed trough its URI. Margareth 2008/12/13 Sijo Kg <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org>> > Hi > Could any body please comment on this? Each pros and cons(if any) > Can REST do all things that SOAP does > > Thanks in advance > Sijo > -- > 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 -~----------~----~----~----~------~----~------~--~---
http://en.wikipedia.org/wiki/REST#REST_versus_RPC ----- Ryan Bigg Freelancer http://frozenplague.net On 14/12/2008, at 1:02 AM, Margareth Florián wrote:> Hi, Sijo > > SOAP and REST are different thinks. > SOAP is and envelop protocol like HTTP. > REST is a design style for a stateless client-server architecture. > in REST a web service is viewed as a resource and it is accesed > trough its URI. > > Margareth > > > > 2008/12/13 Sijo Kg <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> > > Hi > Could any body please comment on this? Each pros and cons(if any) > Can REST do all things that SOAP does > > Thanks in advance > Sijo > -- > 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---