On Sat, Mar 28, 2009 at 6:08 PM, zubin <binab...@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]] ______________________________________________ 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.