| 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, name = "return")
node |
either an XML node that was obtained from parsing the text of the reply
or the |
name |
the name of the node in the SOAP response that
is the container for the content of the response. This is often
|
An XMLNode object.
Duncan Temple Lang