toSOAP {SSOAP}R Documentation

Convert S object to SOAP format

Description

This converts an S object to its SOAP representation, writing it out to a connection.

Usage

toSOAP(obj, con = xmlOutputBuffer(header = ""), type = NULL,
       literal = FALSE, ...)

Arguments

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

Value

The side-effect of writing the representation to the connection is the important aspect of this.

Author(s)

Duncan Temple Lang <duncan@wald.ucdavis.edu>

References

http://www.w3.org/TR/SOAP/ http://www.omegahat.org/SSOAP, http://www.omegahat.org/bugs.

See Also

.SOAP

Examples






[Package SSOAP version 0.4-4 Index]