search for: xmlrpc4r

Displaying 2 results from an estimated 2 matches for "xmlrpc4r".

Did you mean: xmlrpc
2006 Apr 07
3
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
2005 May 20
2
XMLRPC Callbacks
Hi, I''m currently developing an Enterprise Message Bus and our servers deals, among others, with XMLRCP. I''ve been playing with Ruby and its Ajax capabilities made me want to create a web front end for our Bus. I''m currently able to connect to the server but i don''t know how to create callbacks that update a WebPage content! Is this possible? If so, how ?