writeTypes {SSOAP} | R Documentation |
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.
writeTypes(x, con, types = getSOAPType(x))
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. |
The string giving the SOAP type attributes that are written to the connection.
Duncan Temple Lang <duncan@wald.ucdavis.edu>
http://www.w3.org/TR/SOAP/ http://www.omegahat.org/SSOAP, http://www.omegahat.org/bugs.