isHTTPError              package:SSOAP              R Documentation

_D_e_t_e_r_m_i_n_e_s _i_f _a_n _e_r_r_o_r _o_c_c_u_r_r_e_d _i_n _a_n _H_T_T_P _c_o_m_m_u_n_i_c_a_t_i_o_n

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

     This examines the HTTP header information (computed via the
     'curlPerform' call that implements the HTTP communication with the
     SOAP server) and determines if there was an  error reported from
     the server.

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

     isHTTPError(response)

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

response: the header information computed by collecting the header
          lines from the SOAP server's HTTP response. This is currently
          done via the call to 'curlPerform' in the '.SOAP' function. 

_D_e_t_a_i_l_s:

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

     The 'curlPerform' is capable of performing redirections, etc. to
     handle manageable errors. See the options for that function.

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

     A logical value indicating whether there was an error ('TRUE')  or
     not ('FALSE').

_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' 'curlPerform'

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

