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",
     ...)'. ~~ describe objects here ~~

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

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

