SOAPResult-class: Description of a the result of a SOAP request

Description Objects from the Class Slots Methods Author(s) References See Also

Description

This class is used to provide access to the result of the SOAP request over HTTP. It separates the result into the header and body/content returned by the HTTP server.

Objects from the Class

This is not typically used except within code in the SSOAP package when it is returned from a call to .SOAP. Objects can be created by calls of the form new("SOAPResult", ...).

Slots

header:

Object of class "list". A named list of values from the header of the HTTP communication returned by the SOAP server in response to a SOAP request.

content:

Object of class "character". The body or content of the HTTP request. The header field provides information about how to interpret the content in this field, e.g. the style of encoding.

Methods

convertFromSOAP

signature(val = "SOAPResult"): converts the value in the content slot to an R object, using the fields in the header slot to interpret the content appropriately.

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

.SOAP


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