| SOAPFault {SSOAP} | R Documentation |
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.
SOAPFault(node)
node |
the top-level XML node from the SOAP response giving the fault information |
An object derived from SOAPFault.
Can be one of
SOAPVersionMismatchFault,
SOAPMustUnderstandFault,
SOAPClientFault or
SOAPGeneralFault.
Duncan Temple Lang <duncan@wald.ucdavis.edu>
http://www.w3.org/TR/SOAP/ http://www.omegahat.org/SSOAP, http://www.omegahat.org/bugs.