SOAPResult {SSOAP} | R Documentation |
This function creates an object of class SOAPResult
which is used to represent both the header
and the body of the HTTP response from a SOAP invocation.
Such an object is created in the .SOAP
function and used to convert the body into an S value.
SOAPResult(content, header, obj = new("SOAPResult"))
content |
a character vector representing the body of the HTTP response. |
header |
a named list of name-value pairs giving the details of the header of the HTTP response. |
obj |
an instance of the class that we are creating, derived from
SOAPResult . |
An object of class SOAPResult
.
content |
Description of 'comp1' |
header |
Description of 'comp2' |
...
Duncan Temple Lang <duncan@wald.ucdavis.edu>
http://www.w3.org/TR/SOAP/ http://www.omegahat.org/SSOAP