Hello, we are writing rich internet user interfaces and like to call R for some of the computational needs on the data, as well as some creation of image files. Our objects communicate via the SOAP interface. We have been researching the various packages to expose R as a SOAP service. No current CRAN SOAP packages however. Found 3 to date: RSOAP (http://sourceforge.net/projects/rsoap/) SSOAP http://www.omegahat.org/SSOAP/ looks like a commercial version? http://random-technologies-llc.com/products/rsoap Does anyone have experience with these 3 and can recommend the most 'mature' R - SOAP interface package?
Look also at biocep: http://biocep-distrib.r-forge.r-project.org/ -Roy M. On Mar 28, 2009, at 6:08 PM, zubin wrote:> Hello, we are writing rich internet user interfaces and like to call > R for some of the computational needs on the data, as well as some > creation of image files. Our objects communicate via the SOAP > interface. We have been researching the various packages to expose > R as a SOAP service. > > No current CRAN SOAP packages however. > > Found 3 to date: > > RSOAP (http://sourceforge.net/projects/rsoap/) > SSOAP http://www.omegahat.org/SSOAP/ > > looks like a commercial version? > http://random-technologies-llc.com/products/rsoap > > Does anyone have experience with these 3 and can recommend the most > 'mature' R - SOAP interface package? > > ______________________________________________ > R-help at 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.********************** "The contents of this message do not reflect any position of the U.S. Government or NOAA." ********************** Roy Mendelssohn Supervisory Operations Research Analyst NOAA/NMFS Environmental Research Division Southwest Fisheries Science Center 1352 Lighthouse Avenue Pacific Grove, CA 93950-2097 e-mail: Roy.Mendelssohn at noaa.gov (Note new e-mail address) voice: (831)-648-9029 fax: (831)-648-8440 www: http://www.pfeg.noaa.gov/ "Old age and treachery will overcome youth and skill." "From those who have been given much, much will be expected"
On Sat, Mar 28, 2009 at 6:08 PM, zubin <binabina@bellsouth.net> wrote:> Hello, we are writing rich internet user interfaces and like to call R for > some of the computational needs on the data, as well as some creation of > image files. Our objects communicate via the SOAP interface. We have been > researching the various packages to expose R as a SOAP service. > > No current CRAN SOAP packages however. > > Found 3 to date: > > RSOAP (http://sourceforge.net/projects/rsoap/) > SSOAP http://www.omegahat.org/SSOAP/ > > looks like a commercial version? > http://random-technologies-llc.com/products/rsoap > > Does anyone have experience with these 3 and can recommend the most > 'mature' R - SOAP interface package? >Well, SSOAP is (the last time I checked) just a SOAP client. rsoap (if we're talking about the same package) is actually a python SOAP server that communicates to R via rpy. You might want to check out the RWebServices package in Bioconductor. I think it uses Java for its SOAP handling. Michael> > ______________________________________________ > 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. >[[alternative HTML version deleted]]