Hi all,

I have written some functionalities in C# and want to call them in R, maybe 
from another machine. I have found the following methods:

1. wrapper the C# code as Web Service: I noticed that there is a package named 
SSOAP, but it seems not yet finished and might be not fully compatible with the 
WDSL format used in Microsoft .NET Web service.

2. wrapper as DCOM Server: there are packages like rcom and RDCOMClient, but I 
don't know whether they allow me to create COM object from remote DCOM server.

3. wrapper as CORBA Server: the package RSCORBA is old and I don't know if it 
is OK for the task.

Can you give me some suggestion on remote procedure call to C# functionalities 
in R? Thanks!

xiagao1982
2011-07-27

______________________________________________
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.

Reply via email to