wwHTTPSQL::ParseResponseXml
This low level method parses the XML in the cResponseXml property and extracts the results into a cursor, return value or Error message depending on the type of query and result.
This is a low level method used internally, but can be used externally to create the request and use the engine without HTTP.
o.CreateResponseXml()
.t. or .f. sets the cRequestXml property
Example
- ** Bypass the HTTP layer - assuming you have result from some other location
- ** File, Email, Queue etc. lcXML =FILETOSTRING("d:\temp\resultxml.xml")
oHSQL.cResponseXml = lcXML oHSQL.Parseresponsexml()
BROWSE
See also
Class wwHTTPSQL© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic