SOAPServerDescription-class      package:SSOAP      R Documentation

_D_e_s_c_r_i_p_t_i_o_n _o_f _a _S_O_A_P _S_e_r_v_e_r'_s _m_e_t_h_o_d_s _a_n_d _d_a_t_a _t_y_p_e_s

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

     This represents a complete description of the methods and
     associated data types for inputs and outputs of a SOAP server.

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects can be created by calls of the form
     'new("SOAPServerDescription", ...)'. More typically, however, one
     will use 'processWSDL' to create such an object.

_S_l_o_t_s:


     '_n_a_m_e': Object of class '"character"'. The name of the server.

     '_s_e_r_v_e_r': Object of class '"SOAPServer"'.  The details of how to
          identify or connect to the server object.

     '_o_p_e_r_a_t_i_o_n_s': Object of class '"list"'. A list of the sets of
          operations/methods. A server may have  more than one
          collection of methods. This list is the top-level container
          and each element is itself a list containing 'WSDLMethod'
          objects.

     '_t_y_p_e_s': Object of class '"list"'.  The named collection of data
          types defined within the WSDL for the server.

     '_n_a_m_e_S_p_a_c_e_s': 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.


_M_e_t_h_o_d_s:

     No methods defined with class "SOAPServerDescription" in the
     signature.

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

     'processWSDL'

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

       serverDesc = processWSDL(system.file("examples", "KEGG.wsdl", package = "SSOAP"))

