isSoapRequestEnvelope {rsdmx} | R Documentation |
isSoapRequestEnvelope
Description
function used to detect if the XML document corresponds to a SOAP request response
Usage
isSoapRequestEnvelope(xmlObj, namespaces)
Arguments
xmlObj |
object of class "XMLInternalDocument derived from XML package |
namespaces |
object of class "data.frame" given the list of namespace URIs |
Value
an object of class "logical"
Warning
isSoapRequestEnvelope
is a function used internally by readSDMX
Author(s)
Emmanuel Blondel, emmanuel.blondel1@gmail.com
See Also
[Package rsdmx version 0.6-3 Index]