Re: [R] Microsoft Live Search SOAP Requests using R

2007-11-10 Thread Duncan Temple Lang
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Konstantinos Since that Web service provides a WSDL file, then that it is the best thing to use to generate an R function for each of the methods the Web service exposes. See processWSDL and genSOAPClientInterface in the SSOAP package for some

[R] Microsoft Live Search SOAP Requests using R

2007-11-10 Thread Metaxab
Hello, I am a complete newbie to Web Services. I have set up an account to the MSN Developer Services and have acquired a key for Live Search via SOAP. I want to send and receive requests through R. I have already found out that the two packages I need is RCurl and SSOAP. I have installed them bu