SOAPResult-class {SSOAP} | R Documentation |
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.
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", ...)
.
header
:"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
:"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.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.Duncan Temple Lang <duncan@wald.ucdavis.edu>
http://www.w3.org/TR/SOAP/ http://www.omegahat.org/SSOAP, http://www.omegahat.org/bugs.