SOAPFault: Create a SOAP Fault object

Description Usage Arguments Value Author(s) References See Also

View source: R/fault.S

Description

This creates an object representing a SOAP fault object returned from a a SOAP server. It creates an S4 object of the appropriate class, either one of the built-in SOAP fault classes or a general SOAP fault object.

Usage

1
SOAPFault(node)

Arguments

node

the top-level XML node from the SOAP response giving the fault information

Value

An object derived from SOAPFault. Can be one of SOAPVersionMismatchFault, SOAPMustUnderstandFault, SOAPClientFault or SOAPGeneralFault.

Author(s)

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

References

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

See Also

.SOAP


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