SendRawXML Method
Sends the provided XML string to the QBXML Request Processor.
Syntax
[VB.NET] Public Function SendRawXML(ByVal XMLString As String) As String
[C#] public string SendRawXML(string XMLString);
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.
NOTE: This method has a corresponding asynchronous version (SendRawXMLAsync) for use in the Xamarin environment.