使用 QWC 在 Web 应用程序中列出 QuickBooks 客户信息 [英] Listing QuickBooks customer information in web app using QWC

查看:36
本文介绍了使用 QWC 在 Web 应用程序中列出 QuickBooks 客户信息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在编写一个简单的 Web 应用程序,需要从 QuickBooks 检索客户列表并将其显示在 DataGrid 中.我使用 SDK 中包含的 Web 服务示例在托管 QB 数据文件的服务器上安装并设置了 Web 连接器.

I am writing a simple web application that needs to retrieve a list of customers from QuickBooks and display it in a DataGrid. I have the web connector installed and setup on the server hosting the QB data file using the web service example included in the SDK.

我可以将服务添加到我的项目中并与之交互,但是当我尝试查找有关如何使用 Web 服务查询 QB 的信息时,我只能找到指向模糊且几乎无用的文档的链接.我希望这里有人可以提供一个真实示例(包括代码),说明您如何向 QB 提交查询并显示结果.

I can add the service to my project and interact with it, but when I try to find information about how to query QB using the web service all I can find are links to vague and mostly useless documentation. What I’m hoping someone here can do is provide a real example (code included) of how you submit a query to QB and display the results.

我的环境:

  • QuickBooks 2009 专业版
  • IIS 7
  • C#.Net 3.5

通常我在做这样的事情上都取得了很好的成功,但由于某种原因,这件事让我很难过.许多人建议我应该远离任何涉及将 QuickBooks 与任何东西集成的东西.来吧,没那么难.

Normally I have good success doing things like this, but for some reason this one has me stumped. Many have suggested that I should run far and fast from anything that involves integrating QuickBooks with anything. Come cant, it can’t be that hard.

与往常一样,提前感谢您提供的任何帮助.

As always, thanks in advance for any help you may offer.

推荐答案

您是否阅读了官方开发者指南?
http://developer.intuit.com/uploadedFiles/QuickBooks_SDK/QBSDK/QBWC_proguide(1).pdf

Have you read the official developer's guide?
http://developer.intuit.com/uploadedFiles/QuickBooks_SDK/QBSDK/QBWC_proguide(1).pdf

在这种情况下,如果您有在 C# 中使用其他 odbc 数据源的经验,那么看起来最简单的是使用 QB 数据的 ODBC 实现.我不确定是否还有其他的,但这里有一个商业的(免费试用):http://qodbc.com/

What looks easiest in this scenario, if you have experience working with other odbc data sources in C#, would be to use an ODBC implementation of the QB data. I'm not sure if there are others, but there is a commercial one (with a free trial) available here: http://qodbc.com/

这篇关于使用 QWC 在 Web 应用程序中列出 QuickBooks 客户信息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆