getReturnNode             package:SSOAP             R Documentation

_G_e_t _X_M_L _n_o_d_e _f_r_o_m _S_O_A_P _r_e_s_p_o_n_s_e

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

     Parse the XML content from the SOAP response and traverse the tree
     to find the node in the Body element associated with the result of
     the request. It looks for a node named This attempts to be helpful
     by taking input in  various forms, i.e. text of the body of the
     HTTP response,   header and body in a 'SOAPHTTPReply' object
     returned form '.SOAP', or the root node of a previously parsed XML
     tree.

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

     getReturnNode(node)

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

    node: either an XML node that was obtained from parsing the text of
          the reply or the 'SOAPHTTPReply' object returned from the
          '.SOAP'  call which contains the header and body of the HTTP
          request, or alternatively this can be the text content from
          the body of the HTTP response. 

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

     An 'XMLNode' object.

_A_u_t_h_o_r(_s):

     Duncan Temple Lang

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

     '.SOAP' 'xmlTreeParse'

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

