convertFromSOAP            package:SSOAP            R Documentation

_C_o_n_v_e_r_t _S_O_A_P _r_e_s_u_l_t _t_o _S _o_b_j_e_c_t

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

     This generic function and its methods provide facilities for
     converting data from a SOAP XML structure to a "value" object in
     R.

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

     convertFromSOAP(val, type)

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

     val: the XML object representing the data.

    type: the target "type" of object to which the XML should be
          converted.

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

     An R object of the type  identified by 'type'.

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

