SOAPServerDescription         package:SSOAP         R Documentation

_C_o_n_s_t_r_u_c_t_o_r _f_o_r _d_e_s_c_r_i_b_i_n_g _m_e_t_h_o_d_s _a_n_d _d_a_t_a _s_t_r_u_c_t_u_r_e_s _o_f _a _S_O_A_P _s_e_r_v_e_r

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

     This function creates an instance of the class
     'SOAPServerDescription' (or the value of 'obj') and populates it
     with the specified collections of SOAP operations and data
     structure types, and information about the location of the SOAP
     server. This description can then be used to generate code to
     interface to the server's methods (see 'genSOAPClientInterface').
     The information is typically generated by reading the WSDL file,
     e.g. via 'processWSDL'.

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

     SOAPServerDescription(name, server, operations, types, obj = new("SOAPServerDescription"))

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

    name: a string (character vector) giving the name of the SOAP
          server. This typically comes from 

  server: 

operations: 

   types: 

     obj: 

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

     The object 'obj' returned with the relevant fields filled in with
     values

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

_S_e_e _A_l_s_o:

     'processWSDL'

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

