getSOAPType {SSOAP} | R Documentation |
This determines the SOAP type for the given S object so that it can be used in an XML element. It returns a collection of name-value pairs (as a named character vector) which can be used as XML attributes forthe element defining the value.
getSOAPType(obj, value = NULL)
obj |
the S object whose SOAP type information is to be determined |
value |
for arrays, this specifies the type of the elements of that array. |
This consults SOAPTypes
to find the types.
A named character vector giving the XML attribute name and value pairs.
Duncan Temple Lang <duncan@wald.ucdavis.edu>
http://www.w3.org/TR/SOAP/ http://www.omegahat.org/SSOAP, http://www.omegahat.org/bugs.