getSOAPType {SSOAP}R Documentation

Compute the SOAP type identifier for an S object

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

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

Examples



[Package SSOAP version 0.4-4 Index]