SOAPResult: Create an object to represent the raw result of a SOAP...

Description Usage Arguments Value Author(s) References See Also

View source: R/SOAP.S

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

1
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 fromXML isHTTPError


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