SOAPClientInterface-class {SSOAP} | R Documentation |
This is a simple class that combines a list of functions and a list of classes that are machine-generated to provide an R interface to a SOAP server. It is just a mechanism for combining the code.
We use the function genSOAPClientInterface
to create instances
of this class.
Objects can be created by calls of the form new("SOAPClientInterface", ...)
.
functions
:"list"
. A list of the functions that are proxies to the SOAP methods.classes
:"list"
. A list of classes defined in support of the functions. These
correspond to the new data types defined by the SOAP server.No methods defined with class "SOAPClientInterface" in the signature.
Duncan Temple Lang <duncan@wald.ucdavis.edu>
http://www.w3.org/TR/SOAP/ http://www.omegahat.org/SSOAP, http://www.omegahat.org/bugs.