Re: [R] XML-RPC

2008-12-03 Thread Duncan Temple Lang
Hi Stavros httpRequest is good. You might also look at the RCurl package for access to more protocols and slightly higher level facilities for dealing with HTTP (and other) requests. Also, you might look at SSOAP as a related technology. I'll be interested to see what you come up with, so

[R] XML-RPC

2008-12-02 Thread Stavros Macrakis
It looks like the xml and httpRequest libraries provide the necessary building blocks for writing an XML-RPC client. Has anyone done this? I'd like to benefit from your experience (or code!). Thanks, -s [[alternative HTML version deleted]] ___