getReturnNode {SSOAP} | R Documentation |
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.
getReturnNode(node)
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.
|
An XMLNode
object.
Duncan Temple Lang