Ingo Weiss
2006-Apr-07 06:44 UTC
[Rails] How to consume XMLRPC/SOAP web services in Rails?
Hi, does anybody know of any good HowTo for consuming XML-RPC and/or SOAP web services in Rails? I found some for Ruby (via soap4r/xmlrpc4r), but I was wondering whether there is something built into Rails already. So far it looks like there are methods to create web services, but not to consume them. Ingo Weiss
Kent Sibilev
2006-Apr-07 17:17 UTC
[Rails] How to consume XMLRPC/SOAP web services in Rails?
soap4r and xmlrpc4r are part of Ruby standard library. Kent. On 4/7/06, Ingo Weiss <ingo01@ingoweiss.com> wrote:> > Hi, > > does anybody know of any good HowTo for consuming XML-RPC and/or SOAP > web services in Rails? > > I found some for Ruby (via soap4r/xmlrpc4r), but I was wondering whether > there is something built into Rails already. So far it looks like there > are methods to create web services, but not to consume them. > > Ingo Weiss > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Kent --- http://www.datanoise.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060407/ff30a5ac/attachment.html
Matthew Palmer
2006-Apr-07 19:11 UTC
[Rails] Re: How to consume XMLRPC/SOAP web services in Rails?
On Fri, Apr 07, 2006 at 08:44:33AM +0200, Ingo Weiss wrote:> does anybody know of any good HowTo for consuming XML-RPC and/or SOAP > web services in Rails? > > I found some for Ruby (via soap4r/xmlrpc4r), but I was wondering whether > there is something built into Rails already. So far it looks like there > are methods to create web services, but not to consume them.AWS has client classes as part of it, and AWDWR has a small section on using them, but I think it recommends using the standard Ruby ones. - Matt
Giles Bowkett
2006-Apr-07 23:50 UTC
[Rails] Re: How to consume XMLRPC/SOAP web services in Rails?
I think that''s correct. my recollection is that the chapter on Active Web Services in the Agile book was based around acting as a server more than as a client, and the advice is that if you just want to consume those services, you''re better off with the standard libs, unless you need to construct stuff from WSDL. On 4/7/06, Matthew Palmer <mpalmer@hezmatt.org> wrote:> On Fri, Apr 07, 2006 at 08:44:33AM +0200, Ingo Weiss wrote: > > does anybody know of any good HowTo for consuming XML-RPC and/or SOAP > > web services in Rails? > > > > I found some for Ruby (via soap4r/xmlrpc4r), but I was wondering whether > > there is something built into Rails already. So far it looks like there > > are methods to create web services, but not to consume them. > > AWS has client classes as part of it, and AWDWR has a small section on using > them, but I think it recommends using the standard Ruby ones. > > - Matt > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Giles Bowkett www.gilesgoatboy.org