writeTypes               package:SSOAP               R Documentation

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

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

     This is used in the 'toSOAP' methods when writing an S object to a
     SOAP connection. It writes the SOAP attributes representing the
     SOAP type for the S object being serialized to the SOAP
     connection.

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

     writeTypes(x, con, types = getSOAPType(x))

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

       x: the S object being serialized to the SOAP connection

     con: the S connection object to which to write the type
          information attributes

   types: the type information attributes which are computed by calling
          'getSOAPType' by default.

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

     The string giving the SOAP type attributes that are written to the
     connection.

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

     'toSOAP'

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

