Here is what my server is sending as a SOAP response to the QB web connector. It's a simple ClassQueryRq. I have triple checked the syntax and XML.. I am really stuck as to why the Web connector is throwing the below error.
Does any see anything I'm missing?
Here is the response that is causing an error.
SOAP Response:
<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><sendRequestXMLResponse xmlns="http://developer.intuit.com/"><sendRequestXMLResult><?xml version="1.0"?><?qbxml version="16.0"?><QBXML><QBXMLMsgsRq onError="continueOnError"><ClassQueryRq requestID="2"/></QBXMLMsgsRq></QBXML></sendRequestXMLResult></sendRequestXMLResponse></soap:Body></soap:Envelope>