Learn R Programming

rsdmx (version 0.6-3)

isSoapRequestEnvelope: isSoapRequestEnvelope

Description

function used to detect if the XML document corresponds to a SOAP request response

Usage

isSoapRequestEnvelope(xmlObj, namespaces)

Value

an object of class "logical"

Arguments

xmlObj

object of class "XMLInternalDocument derived from XML package

namespaces

object of class "data.frame" given the list of namespace URIs

Warning

isSoapRequestEnvelope is a function used internally by readSDMX

Author

Emmanuel Blondel, emmanuel.blondel1@gmail.com

See Also

SDMX-class readSDMX