SOAPType-class             package:SSOAP             R Documentation

_C_l_a_s_s_e_s _f_o_r _r_e_p_r_e_s_e_n_t_i_n_g _t_y_p_e_s _f_o_r _S_O_A_P _v_a_l_u_e_s

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

     These classes are for representing types from SOAP-related schema.
     They are used in describing SOAP methods read from 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("SOAPType",
     ...)'. More typically, however, these are created by reading a
     WSDL file using 'processWSDL'.

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

     '_n_a_m_e': Object of class '"character"'.  The name for the type of
          value being described.

     '_n_s': Object of class '"character"'.  The shorthand for the XML
          namespace associated with this type.

     '_n_s_u_r_i': Object of class '"character"'.  The URI/identifier that
          identifies the XML namespace associated with this type.

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

     _t_o_S_O_A_P 'signature(obj = "vector", con = "ANY", type =
          "SOAPType")': convert an R object to its SOAP representation
          for the specified SOAP 'type'. 

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

