SOAPResult               package:SSOAP               R Documentation

_C_r_e_a_t_e _a_n _o_b_j_e_c_t _t_o _r_e_p_r_e_s_e_n_t _t_h_e _r_a_w _r_e_s_u_l_t _o_f _a _S_O_A_P _i_n_v_o_c_a_t_i_o_n

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

     This function creates an object of class 'SOAPResult' which is
     used to represent both the header and the body of the HTTP
     response from a SOAP invocation. Such an object is created in the
     '.SOAP' function and used to convert the body into an S value.

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

     SOAPResult(content, header, obj = new("SOAPResult"))

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

 content: a character vector representing the body of the HTTP
          response.

  header: a named list of name-value pairs giving the details of the
          header of the HTTP response.

     obj: an instance of the class that we are creating, derived from
          'SOAPResult'.

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

     An object of class 'SOAPResult'. 

 content: Description of 'comp1'

  header: Description of 'comp2'

     ...

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

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

     '.SOAP' 'fromSOAP' 'isHTTPError'

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

