开发者

Listing QuickBooks customer information in web app using QWC

开发者 https://www.devze.com 2022-12-25 09:48 出处:网络
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

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.

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 y开发者_如何学Pythonou submit a query to QB and display the results.

My environment:

  • QuickBooks 2009 Pro
  • IIS 7
  • C#.Net 3.5

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.


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

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/

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号