I'm running into a problem. It looks like I'm not the first one, but the proposed solution doesn't seem to match my root cause.
When I run the web connector, I get the following error:
Version:
Not provided by service
Message:
Authentication failed
Description:
QBWC1012: Authentication failed due to following error message.
Client found response content type of 'text/html; charset=iso-8859-1', but expected 'text/xml'.
The request failed with the error message:
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://developer.intuit.com/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">SOAP-ENV:Bodyns1:authenticateResponsens1:authenticateResultns1:string38e7d35ce6a58f545f1f0ef74595ff90</ns1:string><ns1:string xsi:nil="true"/></ns1:authenticateResult></ns1:authenticateResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
<br />
<b>Notice</b>: Object of class queryFactoryResult could not be converted to int in <b>Unknown</b> on line <b>0</b><br />
--. See QWCLog for more details. Remember to turn logging on
I have verified that I have PHP 5.2.11, and soap is enabled (--enable-soap).
I've checked the logs, there's no error logs in apache and nothing of interest in QWCLog. Thanks for any help!
What else can I try, or provide to you to help me out?
Thanks!
TJ