getSOAPType              package:SSOAP              R Documentation

_C_o_m_p_u_t_e _t_h_e _S_O_A_P _t_y_p_e _i_d_e_n_t_i_f_i_e_r _f_o_r _a_n _S _o_b_j_e_c_t

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

     This determines the SOAP type for the given S object so that it
     can be used in an XML element. It returns a collection of
     name-value pairs (as a named character vector) which can be used
     as XML attributes forthe element defining the value.

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

     getSOAPType(obj, value = NULL)

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

     obj: the S object whose SOAP type information is to be determined

   value: for arrays, this specifies the type of the elements of that
          array.

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

     This consults 'SOAPTypes' to find the types.

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

     A named character vector giving the XML attribute name and value
     pairs.

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

     'writeSOAPMessage'

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

