writeTypes: Output SOAP type information for an S object.

Description Usage Arguments Value Author(s) References See Also

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

1
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


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