toSOAP                 package:SSOAP                 R Documentation

_C_o_n_v_e_r_t _S _o_b_j_e_c_t _t_o _S_O_A_P _f_o_r_m_a_t

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

     This converts an S object to its SOAP representation, writing it
     out to a connection.

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

     toSOAP(obj, con = xmlOutputBuffer(header = ""), type = NULL, ...)

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

     obj: the S object to be described in SOAP format

     con: the connection on which to write the SOAP representation,
          usually a connection to a SOAP server.

    type: 

     ...: 

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

     The side-effect of writing the representation to the connection is
     the important aspect of this.

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

