.XMLRPC                package:SSOAP                R Documentation

_I_n_v_o_k_e _a _s_e_r_v_e_r _m_e_t_h_o_d _v_i_a _X_M_L-_R_P_C

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

     This function uses a different, simpler protocol for invoking a
     method in a remote server

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

     .XMLRPC(server, method, ..., .opts = list(), write = basicTextGatherer(), .convert = xmlRPCResult, curl = getCurlHandle())

_A_r_g_u_m_e_n_t_s:

  server: 

  method: ~~Describe 'method' here~~ 

     ...: ~~Describe '...' here~~ 

   .opts: ~~Describe '.opts' here~~ 

   write: ~~Describe 'write' here~~ 

.convert: ~~Describe '.convert' here~~ 

    curl: ~~Describe 'curl' here~~ 

_D_e_t_a_i_l_s:

     ~~ If necessary, more details than the description above ~~

_V_a_l_u_e:

     For typical calls where one only specifies the server, the method
     name and any arguments, the return value is the result converted
     from the XML returned by the remote server. If this is a regular
     value, it is converted to its R equivalent, i.e.  a number,
     logical or string value or a list corresponding to a struct in
     XML-RPC. If the method invocation results in a fault, an
     XMLRPCError is raised by the function. This is a specialized
     'simpleError' object (see 'signalCondition')

_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.omegahat.org/SSOAP> <URL:
     http://www.xmlrpc.com/spec>

_S_e_e _A_l_s_o:

     '.XMLRPC' 'xmlTreeParse'

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

