toSOAP: Convert S object to SOAP format

Description Usage Arguments Value Author(s) References See Also

Description

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

Usage

1
2
toSOAP(obj, con = xmlOutputBuffer(header = ""), type = NULL,
       literal = FALSE, elementFormQualified = 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.

elementFormQualified

a logical value that indicates whether the nodes are to use no namespace or the target namespace of the schema in which they were defined.

...

additional parameters for the methods of this generic

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


sckott/SSOAP documentation built on Sept. 16, 2020, 5:49 p.m.