getSOAPType: Compute the SOAP type identifier for an S object

Description Usage Arguments Details Value Author(s) References See Also

Description

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.

Usage

1
getSOAPType(obj, value = NULL)

Arguments

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.

Details

This consults SOAPTypes to find the types.

Value

A named character vector giving the XML attribute name and value pairs.

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

writeSOAPMessage


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