isHTTPError {SSOAP}R Documentation

Determines if an error occurred in an HTTP communication

Description

This examines the HTTP header information (computed using getHTTPContent) and determines if there was an error reported from the server.

Usage

isHTTPError(response)

Arguments

response the header information computed from getHTTPContent

Details

This just looks at the status entry and compares it to the value 200.

Value

A logical value indicating whether there was an error or not

Author(s)

Duncan Temple Lang <duncan@research.bell-labs.com>

References

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

See Also

.SOAP getHTTPContent

Examples



[Package SSOAP version 0.2-1 Index]