SOAPFault               package:SSOAP               R Documentation

_C_r_e_a_t_e _a _S_O_A_P _F_a_u_l_t _o_b_j_e_c_t

_D_e_s_c_r_i_p_t_i_o_n:

     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.

_U_s_a_g_e:

     SOAPFault(node)

_A_r_g_u_m_e_n_t_s:

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

_V_a_l_u_e:

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

_A_u_t_h_o_r(_s):

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

_R_e_f_e_r_e_n_c_e_s:

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

_S_e_e _A_l_s_o:

     '.SOAP'

_E_x_a_m_p_l_e_s:

