SOAPResult {SSOAP}R Documentation

Create an object to represent the raw result of a SOAP invocation

Description

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.

Usage

SOAPResult(content, header, obj = new("SOAPResult"))

Arguments

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.

Value

An object of class SOAPResult.

content Description of 'comp1'
header Description of 'comp2'

...

Author(s)

Duncan Temple Lang <duncan@wald.ucdavis.edu>

References

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

See Also

.SOAP fromSOAP isHTTPError

Examples



[Package SSOAP version 0.4-1 Index]