WSDLMethod-class            package:SSOAP            R Documentation

_D_e_s_c_r_i_p_t_i_o_n _o_f _a _S_O_A_P _m_e_t_h_o_d

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

     This class is used to describe the elements of a SOAP method as
     described in a Web Service Description Language (WSDL) file.

_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("WSDLMethod",
     ...)'.

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

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

     '_p_a_r_a_m_e_t_e_r_s': Object of class '"list"'.  An ordered list of the
          parameter types for this method.

     '_r_e_t_u_r_n_V_a_l_u_e': Object of class '"SOAPType"'. The type of the
          return value.

     '_a_c_t_i_o_n': Object of class '"SOAPAction"'.  The SOAP action value
          associated with this method.

     '_n_a_m_e_s_p_a_c_e': Object of class '"character"'.  The namespace
          associated with this method.

     '_u_s_e': a character vector with elements for input and output
          indicating whether the parts of the message are encoded using
          some encoding rules, or definte the schema. Each value is
          either literal or encoded. See <URL:
          http://www.w3.org/TR/wsdl>, section 3.5.

     '_d_o_c_u_m_e_n_t_a_t_i_o_n': a string providing a human-readable (or more
          specifically arbitrary formed text) supposed to describe the
          method

     '_b_i_n_d_i_n_g_S_t_y_l_e': the format/protocol of the XML messages sent to
          invoke and reply to a method, e.g. document and RPC are the 
          most common ones. But others are possible.

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

     No methods defined with class "WSDLMethod" 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:

