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,
                            nameSpaces = NA, 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: an instance of the desired result whose slots are filled in
          during the call. This should be ``compatible'' with (i.e.
          extend) 'SOAPServerDescription'.

nameSpaces: a character vector that identifies the namespace-URI
          mappings used for calls to this server. This maps the
          namespace abbreviations to the actual URIs. This can be a
          named character vector of these mappings, or alternatively a
          simple character string that identifies the name of the
          element in the '.SOAPDefaultNameSpaces' list. And if we don't
          know the collection of namespaces, we use 'NA' to indicate
          that we shall determine this later.

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

