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

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

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.3-0 Index]