0

我正在使用 DevKit 通过 WebConnector 从 Quick Book 中检索数据。我已在 Quickbook 中成功插入数据,但在检索出现问题时。当我执行“example_web_connector_import.php”这个页面时,我没有检索数据。

请指导我从 QuickBook 中检索数据。当我重新加载页面时,它会显示。

`QuickBooks PHP DevKit Server v2.0 at /DevKit/docs/example_app_web_connector/example_web_connector_import.php (c) "Keith Palmer" 请访问:http ://www.ConsoliBYTE.com/

使用 QuickBooks Web 连接器访问此 SOAP 服务器。

QuickBooks_WebConnector_Server::handle() parameters: 
- $return = 1
- $debug  = 1

Misc. information: 
- Logging: 4
- Timezone: America/New_York (Auto-set: )
- Current Date/Time: 2014-05-30 03:44:59
- Error Reporting: 32767

SOAP adapter: 
- QuickBooks_Adapter_Server_Builtin

Registered handler functions: 
Array
(
[0] => __construct
[1] => authenticate
[2] => sendRequestXML
[3] => receiveResponseXML
[4] => connectionError
[5] => getLastError
[6] => closeConnection
[7] => serverVersion
[8] => clientVersion
)

检测到的输入:

时间戳:- 2014-05-30 03:44:59 -- 处理 0.08689`

4

1 回答 1

1

这是你的问题:

当我执行“example_web_connector_import.php”这个页面时,我没有检索数据。

您需要阅读 Web 连接器的工作原理:

应该执行该页面。您应该正在运行 Web 连接器,并且Web 连接器执行该页面以与 QuickBooks 交换数据。

您是否运行了 Web 连接器?

于 2014-05-30T13:50:50.483 回答