toSOAP {SSOAP} | R Documentation |
This converts an S object to its SOAP representation, writing it out to a connection.
toSOAP(obj, con = xmlOutputBuffer(header = ""), type = NULL, ...)
obj |
the S object to be described in SOAP format |
con |
the connection on which to write the SOAP representation, usually a connection to a SOAP server. |
type |
|
... |
The side-effect of writing the representation to the connection is the important aspect of this.
Duncan Temple Lang <duncan@wald.ucdavis.edu>
http://www.w3.org/TR/SOAP/ http://www.omegahat.org/SSOAP, http://www.omegahat.org/bugs.