writeTypes {SSOAP}R Documentation

Output SOAP type information for an S object.

Description

This is used in the toSOAP methods when writing an S object to a SOAP connection. It writes the SOAP attributes representing the SOAP type for the S object being serialized to the SOAP connection.

Usage

writeTypes(x, con, types = getSOAPType(x))

Arguments

x the S object being serialized to the SOAP connection
con the S connection object to which to write the type information attributes
types the type information attributes which are computed by calling getSOAPType by default.

Value

The string giving the SOAP type attributes that are written to the connection.

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

toSOAP

Examples






[Package SSOAP version 0.4-4 Index]