convertFromSOAP {SSOAP}R Documentation

Convert SOAP result to S object

Description

This generic function and its methods provide facilities for converting data from a SOAP XML structure to a “value” object in R.

Usage

convertFromSOAP(val, type)

Arguments

val the XML object representing the data.
type the target “type” of object to which the XML should be converted.

Value

An R object of the type identified by type.

References

http://www.w3.org/TR/SOAP/ http://www.omegahat.org/SSOAP, http://www.omegahat.org/bugs.

See Also

.SOAP

Examples



[Package SSOAP version 0.3-0 Index]