SendRawXML Method
Sends the provided XML string to the QBXML Request Processor.
Syntax
function SendRawXML(XMLString: String): String;Remarks
SendRawXML sends the provided XML string to the QuickBooks request processor, and returns the raw, unparsed response. The QB properties determine the parameters of the QuickBooks connection; all other property values will be ignored.
Error checking is performed at the communications (COM) level but not at the QuickBooks level. Use this method with caution, as it will not indicate whether or not the data was successfully processed.