Hi All, I want to create an application which needs to provide SOAP services to multiple applications, I have googled and found that no plugins/gem were available to create soap web services except the wash_out gem for Rails 3. Also I am not sure whether it is good to go with the wash_out gem, and I don''t want waste my time to do more R&D on this. If Rails is not supporting Soap web Services, please give me some suggestions to make it happen, because there is no way for me to go for other frameworks, since my application was already implemented on Rails 3.2 with more functionality. regards, Loganathan ViewMe <http://vizualize.me/loganathan> -- 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 Wed, Jun 13, 2012 at 12:36 PM, Loganathan Sellapa < loganathan.ms-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi All, > > I want to create an application which needs to provide SOAP services to > multiple applications, I have googled and found that no plugins/gem were > available to create soap web services except the wash_out gem for Rails 3. > Also I am not sure whether it is good to go with the wash_out gem, and I > don''t want waste my time to do more R&D on this. > If Rails is not supporting Soap web Services, please give me some > suggestions to make it happen, because there is no way for me to go for > other frameworks, since my application was already implemented on Rails 3.2 > with more functionality. > > regards, > Loganathan > ViewMe <http://vizualize.me/loganathan>Once I''ve heard of this http://savonrb.com/ there''s also a railscast about it HTH Javier Q. -- 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.
Thanks Javier, Looks like the Savon is only to consume SOAP service, but I want to *create SOAP Service* for other application to use (i.e Need to create SOAP Server for Clients) regards, Loganathan ViewMe <http://vizualize.me/loganathan> On Wed, Jun 13, 2012 at 11:13 PM, Javier Quarite <jquarites-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote:> > > On Wed, Jun 13, 2012 at 12:36 PM, Loganathan Sellapa < > loganathan.ms-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > >> Hi All, >> >> I want to create an application which needs to provide SOAP services to >> multiple applications, I have googled and found that no plugins/gem were >> available to create soap web services except the wash_out gem for Rails 3. >> Also I am not sure whether it is good to go with the wash_out gem, and I >> don''t want waste my time to do more R&D on this. >> If Rails is not supporting Soap web Services, please give me some >> suggestions to make it happen, because there is no way for me to go for >> other frameworks, since my application was already implemented on Rails 3.2 >> with more functionality. >> >> regards, >> Loganathan >> ViewMe <http://vizualize.me/loganathan> > > > Once I''ve heard of this > > http://savonrb.com/ > > there''s also a railscast about it > > HTH > > > Javier Q. > > -- > 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. >-- 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.
I am a fan of https://github.com/typhoeus/typhoeus And writing custom XML builders wiith Nokogiri The combination is what would you do by using Curl and XML files from the command line Von meinem iPhone gesendet Am 13.06.2012 um 19:46 schrieb Loganathan Sellapa <loganathan.ms-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>:> Thanks Javier, Looks like the Savon is only to consume SOAP service, but I want to create SOAP Service for other application to use (i.e Need to create SOAP Server for Clients) > > regards, > Loganathan > ViewMe > > > > > > On Wed, Jun 13, 2012 at 11:13 PM, Javier Quarite <jquarites-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > On Wed, Jun 13, 2012 at 12:36 PM, Loganathan Sellapa <loganathan.ms@gmail.com> wrote: > Hi All, > > I want to create an application which needs to provide SOAP services to multiple applications, I have googled and found that no plugins/gem were available to create soap web services except the wash_out gem for Rails 3. Also I am not sure whether it is good to go with the wash_out gem, and I don''t want waste my time to do more R&D on this. > If Rails is not supporting Soap web Services, please give me some suggestions to make it happen, because there is no way for me to go for other frameworks, since my application was already implemented on Rails 3.2 with more functionality. > > regards, > Loganathan > ViewMe > > Once I''ve heard of this > > http://savonrb.com/ > > there''s also a railscast about it > > HTH > > > Javier Q. > > -- > 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. > > -- > 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.-- 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.
On Wednesday, June 13, 2012 10:36:56 AM UTC-7, Loganathan Sellappa wrote:> > Hi All, > > I want to create an application which needs to provide SOAP services to > multiple applications, I have googled and found that no plugins/gem were > available to create soap web services except the wash_out gem for Rails 3. > Also I am not sure whether it is good to go with the wash_out gem, and I > don''t want waste my time to do more R&D on this. > If Rails is not supporting Soap web Services, please give me some > suggestions to make it happen, because there is no way for me to go for > other frameworks, since my application was already implemented on Rails 3.2 > with more functionality.At the first level of abstraction, SOAP is just fancy XML, and so you can just use the XML rendering stuff, maybe in conjunction with ERB, and parse it with Nokogiri and friends. That said, when I hear someone talk about ''SOAP web services'', they usually mean some part of the whole set of standards layered on top of it: WSDL, WS-Security, SAML, and so forth, in some combination. So you may need to clarify requirements with your customer here - how much SOAP do they really want, why do they want a SOAP API instead of a more modern, simpler, but perhaps less buzzwordy REST API, etc. If they really want all the above, and you can''t find good Ruby implementations to use, you may be faced with building a translation layer in Java or .NET. Expose a REST API from your Rails code, have your Java or .NET code consume it and expose it as SOAP. Not ideal, but probably better than trying to implement the SOAP standards stack in Ruby. -David -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/LqP0RJBGYlkJ. 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.
There is the soap4r gem which I have not used, but I have used this: https://github.com/spox/soap4r-spox and it has been fantastic in consuming wsdl for me, you can follow this link to create soap server: http://www.tutorialspoint.com/ruby/ruby_web_services.htm I do hope this helps -- 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.
Following link might be useful for you http://www.ibm.com/developerworks/opensource/library/os-ws-rubyrails/index.html On Wednesday, June 13, 2012 11:06:56 PM UTC+5:30, Loganathan Sellappa wrote:> > Hi All, > > I want to create an application which needs to provide SOAP services to > multiple applications, I have googled and found that no plugins/gem were > available to create soap web services except the wash_out gem for Rails 3. > Also I am not sure whether it is good to go with the wash_out gem, and I > don''t want waste my time to do more R&D on this. > If Rails is not supporting Soap web Services, please give me some > suggestions to make it happen, because there is no way for me to go for > other frameworks, since my application was already implemented on Rails 3.2 > with more functionality. > > regards, > Loganathan > ViewMe <http://vizualize.me/loganathan> >-- 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 To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/7-JtD4qHkbUJ. For more options, visit https://groups.google.com/groups/opt_out.