convertFromSOAP: Convert SOAP result to S object

Description Usage Arguments Value References See Also

Description

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

Usage

1
convertFromSOAP(val, type, nodeName = "return", ...) 

Arguments

val

the XML object representing the data.

type

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

nodeName

the name of the node in the SOAP response that is the container for the content of the response. This is often "return" but can be any legal XML node name and is often given to us in a WSDL.

...

additional arguments for (future) methods

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


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