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 using
     'getHTTPContent') 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 from 'getHTTPContent'

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

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

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

     A logical value indicating whether there was an error or not

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

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

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

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

