SOAPResult-class            package:SSOAP            R Documentation

_D_e_s_c_r_i_p_t_i_o_n _o_f _a _t_h_e _r_e_s_u_l_t _o_f _a _S_O_A_P _r_e_q_u_e_s_t

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

     This class is used to provide access to the result of the SOAP
     request over HTTP.  It separates the result into the header and
     body/content returned by the HTTP server.

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     This is not typically used except within code in the SSOAP package
     when it is returned from a call to '.SOAP'. Objects can be created
     by calls of the form 'new("SOAPResult", ...)'.

_S_l_o_t_s:

     '_h_e_a_d_e_r': Object of class '"list"'. A named list of values from
          the header of the  HTTP  communication returned by the SOAP
          server in response to a SOAP request.

     '_c_o_n_t_e_n_t': Object of class '"character"'.  The body or content of
          the HTTP request.  The header field provides information
          about how to interpret the content in this field, e.g. the
          style of encoding.

_M_e_t_h_o_d_s:

     _c_o_n_v_e_r_t_F_r_o_m_S_O_A_P 'signature(val = "SOAPResult")': converts the
          value in the content slot to an R object,  using the fields
          in the header slot to interpret the content appropriately.

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

