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, literal = FALSE, ...)
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 |
an object that describes the target type, if available.
This is typically an object which is derived from
SOAPType-class that describes the details of the
particular type. |
literal |
a logical value indicating whether to use the literal format of the encoding for the seralization of objects. |
... |
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.