Please, I need to know the way to consume SOAP Web Service. I''ve seen some examples but I don''t understand how I can do it. From the client side, I need to save the information into database. Please, somebody answer. I need your help. Thanks and greetings. Jorge Mendoza -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Jorge alejandro Mendoza torres wrote:> Please, I need to know the way to consume SOAP Web Service. I''ve seen > some examples but I don''t understand how I can do it. >This is the only project I''m aware of still supporting SOAP in Rails: http://github.com/datanoise/actionwebservice I don''t have any idea if it''s all still working in the latest version of Rails, and I don''t know if it''s being moved forward to Rails 3. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Mar 19, 8:59 pm, Robert Walker <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Jorge alejandro Mendoza torres wrote: > > > Please, I need to know the way to consume SOAP Web Service. I''ve seen > > some examples but I don''t understand how I can do it. > > This is the only project I''m aware of still supporting SOAP in Rails: > > http://github.com/datanoise/actionwebservice > > I don''t have any idea if it''s all still working in the latest version of > Rails, and I don''t know if it''s being moved forward to Rails 3.If you''re just making soap requests you don''t need actionwebservice - I''ve used the soap libraries that ship as part of the ruby standard libraries Fred> -- > Posted viahttp://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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@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.
Frederick Cheung wrote:> On Mar 19, 8:59�pm, Robert Walker <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: >> Rails, and I don''t know if it''s being moved forward to Rails 3. > If you''re just making soap requests you don''t need actionwebservice - > I''ve used the soap libraries that ship as part of the ruby standard > librariesExcellent point. Thanks. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@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.