Questions tagged [qbwc]

The QuickBooks Web Connector provides an API for interfacing web-based applications with desktop Intuit QuickBooks software.

Quickbooks Web Connector(QBWC) allows you to create calls without writing your own desktop application to perform them. In essence, QBWC is middleware that performs the calls for you. It does this by placing a call to your application, authenticating, and then processing calls via a queue you establish. Calls continue until your application tells it to stop.

To set up QBWC to make calls to your remote application, you will need to create a QWC file.

77 questions
10
votes
1 answer

How to create a .qwc file for QuickBooks Web Connector?

I am integrating QuickBooks (desktop version) with an ASP.NET application. For that I am using QuickBooks Web Connector. How can I create a .qwc file for my custom web service?
Golda
  • 3,823
  • 10
  • 34
  • 67
8
votes
2 answers

QBWC WSDL missing

My QBWC app has been working fine but I got notified this morning by accounting that it had suddenly stopped working. Specifically it was failing to authenticate. I checked the QWCLog.txt and found this 20130510.14:25:19 UTC :…
Machavity
  • 30,841
  • 27
  • 92
  • 100
7
votes
4 answers

QuickBooks Web Connector TimeModified offset does not account for Daylight Savings time

I'm using QuickBooks Web Connector to pull employee records out of QuickBooks Desktop on a Windows 8.1 machine using QBXML requests. Is there a reason the TimeModified time stamps are returning an offset that does not account for Daylight Savings…
antibrian
  • 346
  • 4
  • 12
5
votes
1 answer

How to asynchronously service multiple QBWC clients with Node.js

The idea is to implement a QBWC web service using Node.js which can serve multiple incoming requests in an asynchronous fashion. Currently I am looking into qbws which is a Node.js web service for QuickBooks Desktop Web Connector. Any ideas on how I…
newbie
  • 663
  • 2
  • 6
  • 19
5
votes
3 answers

QBWC error QBWC1013: "Could not start QuickBooks."

I cannot get QuickBooks to start up from the Web Connector. I am passing valid filepath, everything looks right according to the documentation. QBWC version is 2.1.0.3.0 QB Ver is Premier Contractor Edition 2010 If I have QuickBooks open already,…
Chris Caviness
  • 586
  • 3
  • 10
4
votes
0 answers

Quickbooks message: "Object "..." specified in the request cannot be found"

I'm the programmer for a company that sells a web-based business software product, that lets the user run their business. Our system is also required to sync all financial information to our user's Desktop QuickBoooks. We use the QB Web Connector to…
user3826040
4
votes
1 answer

Quickbooks integration: IPP/IDS: can these by used for actual data exchange?

Poking around options for integrating an online app with Quickbooks, I've made a lot of headway with QBWC, but it's fairly ugly. From an end user perspective the usability of QBWC is pretty low. Intuit is now pushing Intuit Partner Platform (IPP)…
Parand
  • 102,950
  • 48
  • 151
  • 186
4
votes
0 answers

Why does Quickbooks Web Connector not call closeConnection?

I have a working prototype implementation of the Quickbooks Web Connector (QBWC) interface. Everything works as expected except that the closeConnection method is not getting called most of the time. Expected Behavior The QuickBooks Web Connector…
Rich C
  • 802
  • 2
  • 13
  • 33
3
votes
3 answers

Consolibyte Quickbooks PHP web connector cannot sync all vendors

I am looking to sync all Quickbooks vendors to my web application, however I'm running into an issue where I can only get 10 results (not the 5500 that I need) It sends the requests to QWC, gets 10 requests back, then runs again for requests…
3
votes
1 answer

Quickbooks Desktop how to integrate with Python

I am trying to communicate with the QuickBooks Desktop Application using the Quick Books Web Connector (must be done in Python). I am not very familiar with SOAP- I was wondering whether anyone had a template/guide for communicating with the QBWC. I…
puzzled123
  • 312
  • 1
  • 2
  • 12
3
votes
1 answer

Quickbooks Web Connector suddenly throws 0x80040400 error

Until recently, I have been able to push sales orders using the Consolibyte PHP Web Connector just fine. Now, it is throwing the error 0x80040400: QuickBooks found an error when parsing the provided XML text stream. I have removed all optional…
elynnaie
  • 861
  • 2
  • 13
  • 28
3
votes
2 answers

how to integrate quickbook desktop application with website

I am new at Quick Book, now I am preparing one Admin panel ( Online website) in which I have to integrate with Quick Book Desktop version. I am making this website with .NET ( C#) platform. There are some posts here, but still the things are not…
3
votes
2 answers

Authentication issue using the QuickBooks Web Connector: Object reference not set to an instance of an object

I have a SOAP server to handle connections from the QuickBooks Web Connector. The first method it calls is "authenticate" which correctly returns the data it expects, however it's giving me the error QBWC1012: Authentication failed due to following…
Ian
  • 101
  • 1
  • 8
3
votes
1 answer

Add an application to QuickBooks Web Connector

I am trying to add an application to QuickBooks Web Connector. I have QuickBooks Point of Sale 2013 trial version installed. When an add a .qwc file to the Web Connector, the following happens: Authorize new web service pop up opens - I grant…
Maverick
  • 115
  • 7
2
votes
0 answers

Quickbooks Consolibyte PHP issue, says XML is incorrect

I'm trying to use this system to sync my database from postgresql to quickbooks web connector https://github.com/consolibyte/quickbooks-php, but it's giving me all sorts of XML issues. Here is my QWC file:
jfreak53
  • 2,239
  • 7
  • 37
  • 53
1
2 3 4 5 6