Displaying 2 results from an estimated 2 matches for "xmlprc".
Did you mean:
xmlproc
2011 Jul 22
2
Installation of XMLPRC package
Dear R users,
I am trying to download the XMLRPC package for R from www.omegahat.org without any success. Any pointers?
Sumona
2006 Apr 21
8
web services and dealing with before_filter
...t session data from the
client side through, say, an xmlrpc call using layered dispatching? I''ve tried
messing around with the block form of the web_service, and even tried setting
up a LoginApi and LoginService, but no luck.
I''d like to be able to do this:
require ''xmlprc/client''
rpc = XMLRPC::Client.new(''localhost'', ''http://localhost/webservice/api'', 3000)
rpc.call(''login.login'', user, password) # Set session data here
rpc.call(''foo.findFooById'', 2) # Go on my merry way
I googled aro...