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()

Return Value

.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

Overloads:


See also:

Class wwHTTPSQL

© West Wind Technologies, 1996-2022 • Updated: 03/04/04
Comment or report problem with topic