SOAPTypes               package:SSOAP               R Documentation

_D_a_t_a _o_b_j_e_c_t_s _u_s_e_d _i_n _S_S_O_A_P

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

     These are S objects that store default data for the SOAP
     functions.

     'SOAPTypes' is a list mapping the type of a primitive S object
     (typically computed via 'typeof') to a SOAP type, typically given
     as a named character vector. The name-value pair gives an XML
     attribute name and value which identifies the SOAP type (e.g.
     'xsi:type = xsd:string').

     'SOAPPrimitiveConverters' is a list of functions that handle
     mapping SOAP values to S primitive values. These are indexed by
     the different primitive SOAP type values, e.g. xsd:string,
     xsd:boolean, etc.

     '.SOAPDefaultNameSpaces' is a named list in which each element is
     a named-character vector giving the namespace identifier and URI
     (e.g. xsi="http://www.w3.org/2001/XMLSchema-instance") that are
     added to the top-most node of the XML message, i.e. in the
     'Envelope' node. The names of the list are used to index the
     different collections of namespaces, making
     '.SOAPDefaultNameSpaces' act like a catalog of SOAP
     specifications.

     '.SOAPDefaultHandlers' is a collection of named functions that are
     used to parameterize the way the '.SOAP' functions works. These
     functions are callbacks that can modify the way the HTTP request
     and SOAP message are constructed, and how the response is
     processed.

     The idea is that one can change these globally to customize the
     SSOAP package to local needs.

_U_s_a_g_e:

     SOAPTypes
     SOAPPrimitiveConverters
     SOAPNameSpaces

_F_o_r_m_a_t:

_S_o_u_r_c_e:

     SSOAP package

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

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

