Re: [R] How to call web service in R

2010-11-23 Thread 夏高
Actually RCurl is not for calling web service. But thank you all the same.
Does anybody know how to call web service in R? Thanks!

2010/11/23 Steve Lianoglou mailinglist.honey...@gmail.com

 Hi,

 On Mon, Nov 22, 2010 at 4:51 AM, ÏÄ¸ß xiagao1...@gmail.com wrote:
  Hello everyone,
 
  I would like to call web service in R, how can I do this? Thank you!

 Is RCurl what you're looking for?
 http://cran.r-project.org/web/packages/RCurl/index.html

 -steve
 --
 Steve Lianoglou
 Graduate Student: Computational Systems Biology
  | Memorial Sloan-Kettering Cancer Center
  | Weill Medical College of Cornell University
 Contact Info: http://cbio.mskcc.org/~lianos/contact


[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] How to call web service in R

2010-11-23 Thread Barry Rowlingson
On Tue, Nov 23, 2010 at 8:09 AM, 夏高 xiagao1...@gmail.com wrote:
 Actually RCurl is not for calling web service. But thank you all the same.
 Does anybody know how to call web service in R? Thanks!

 Use RCurl. It can be used for calling web services. A web service is
just an HTTP endpoint that returns a response. RCurl does that.

 What did you have in mind as a 'web service'?

Barry

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] How to call web service in R

2010-11-23 Thread Mike Marchywka









 Date: Tue, 23 Nov 2010 11:28:15 +
 From: b.rowling...@lancaster.ac.uk
 To: xiagao1...@gmail.com
 CC: r-help@r-project.org
 Subject: Re: [R] How to call web service in R

 On Tue, Nov 23, 2010 at 8:09 AM, 夏高 wrote:
  Actually RCurl is not for calling web service. But thank you all the same.
[[elided Hotmail spam]]

 Use RCurl. It can be used for calling web services. A web service is
 just an HTTP endpoint that returns a response. RCurl does that.

 What did you have in mind as a 'web service'?

Usually something verbose that uses up a lot of bandwidth and then CPU resources
parsing the response LOL. I'm being a bit facetious as these have many
good uses but presumably the OP's question amoounts to how much work
do I need to do myself or can something generate R stubs as with java?
 
Quick goog search does turn up result ( I have no idea what this domain
is, seems like wiki spoof almost hard to knw )  but apparently you
want something called SSOAP although I would normally suggest finding
less verbose way to communicate if possible, 
 
 
http://www.wikipathways.org/index.php/Help:WikiPathways_Webservice
 
 
 
http://www.wikipathways.org/index.php/Help:WikiPathways_Webservice#R

 Barry


__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] How to call web service in R

2010-11-22 Thread 夏高
Hello everyone,

I would like to call web service in R, how can I do this? Thank you!

Gao Xia

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] How to call web service in R

2010-11-22 Thread Steve Lianoglou
Hi,

On Mon, Nov 22, 2010 at 4:51 AM, 夏高 xiagao1...@gmail.com wrote:
 Hello everyone,

 I would like to call web service in R, how can I do this? Thank you!

Is RCurl what you're looking for?
http://cran.r-project.org/web/packages/RCurl/index.html

-steve
-- 
Steve Lianoglou
Graduate Student: Computational Systems Biology
 | Memorial Sloan-Kettering Cancer Center
 | Weill Medical College of Cornell University
Contact Info: http://cbio.mskcc.org/~lianos/contact

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.