This low level method creates an XML request from the current object's property state into the cRequestXml property.
This is a low level method used internally, but can be used externally to create the request and use the engine without HTTP.
o.CreateRequestXml()
Return Value
.t. or .f. sets the cRequestXml property
Example
oHSQL.CreateRequestXml() lcXML = oHSQL.cRequestXML() *** ... send request off for processing *** ... retrieve XML result from processing lcResultXML = SomeValueFromSomewher oHSQL.cResponseXml = lcResultXML oHSQL.ParseResponseXml() BROWSE
Overloads:
See also:
Class wwHTTPSQL© West Wind Technologies, 1996-2024 • Updated: 03/04/04
Comment or report problem with topic