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
0
votes
1 answer

integrate quick books data into asp.net application using web connector

• I am using asp.net . I have to integrate quick books data into my asp.net application. • In silverlight application using com objects am able to connect to QB and getting the data from that By selecting Company name from . • But I have to…
Kavitha
  • 1,447
  • 2
  • 22
  • 37
0
votes
1 answer

QuickBooks PHP DevKit connection errors

I've been trying to sync QB-Web Connector but I keep receiving errors: The first was: 'Fatal error: Class 'QuickBooks_Loader' not found', which I fixed by adding including the file location at the top of the page:…
0
votes
1 answer

QuickBooks Query/Add vendor with Web Connector

I have QuickBooks Web Connector up and running and can successfully run the SDK web service example. I am now trying to query for a vendor and add if it doesn't exist. However, I am getting the following error on my initial query: QuickBooks found…
sreimer
  • 4,913
  • 2
  • 33
  • 43
0
votes
2 answers

Error with parsing Payroll with QBWC

Maybe someone can help me here, I want to get all payroll details from Quickbooks using QBWC but I'm getting 0x80040400 error saying QuickBooks found an error when parsing the provided XML text stream. When I do other queries it works perfect only…
believe me
  • 910
  • 1
  • 5
  • 24
0
votes
2 answers

Max request length exceeded

I have a user receiving the following error in response to an ItemQueryRq with the QuickBooks Web Connector and IIS 7. Version: 1.6 Message: ReceiveResponseXML failed Description: QBWC1042: ReceiveResponseXML failed Error message: There was an…
0
votes
0 answers

QBWC QBXML: How to update inventory Item if it's already exist in QuickBooks

QBWC(QBXML) : How to update Inventory/Non Inventory Item in QuickBooks if it's already exist. I am using WCF service.Here is sendrequestxml and receiveResponseXML function. public string sendRequestXML(string ticket, string strHCPResponse, string…
0
votes
1 answer

Using QBXML to create a vendor, and the documentation seems wrong

I'm using Quickbooks Web Connector and qbxml to add vendors, bills, and payments to QB. The basic code works fine and adds the vendors, bills, and payments. The problem that I'm having is that some of the fields seem to be misnamed in xml,…
Michael Chaney
  • 2,911
  • 19
  • 26
0
votes
0 answers

QBWC1013: Error connecting to QuickBooks. 0x80040408 - Full path to company file is included

I am having issues with the QuickBooks Web Connector connecting to my company file when QB is closed. Here is the log: 20130711.18:09:36 UTC : QBWebConnector.WebServiceManager.DoUpdateSelected() : updateWS() for application = 'Test Company IMPORT…
spadeworkers
  • 375
  • 3
  • 11
0
votes
1 answer

Quickbook web connector error

I am trying to connect quickbooks web connector with my php website. I have successfully integrated QWC file with it. Here is the QWC file: QuickBooks Integrator
Mudit Dugar
  • 121
  • 1
  • 3
  • 12
0
votes
1 answer

QBXML components have not been installed

I have a user who is having a issues running a QuickBooks Web Connector service. Version: 1.2 Message: Application requested to abort Description: Error connecting to QuickBooks. Error message received from QuickBooks was . Application…
0
votes
1 answer

Creating Scoped Job Requests For Quickbooks Web Connector QBWC?

I'm developing a web application that communicates with many different Web Connectors, sometimes simultaneously. The problem I'm running into is that I have a single, global job queue on the server that all Web Connectors are polling from. Is…
user2203451
  • 221
  • 2
  • 7
0
votes
1 answer

Error connecting QuickBooks Web Connector

I'm completely new to QuickBooks Web Connector. When I try to add my application, I'm presented with a "List of available QuickBooks Point of Sale Servers" from which I'm supposed to select from, but the list is empty???
0
votes
1 answer

Why can't I get CreditCardTxnInfo in ReceivePaymentAddRs?

I'm using QBMS to process credit card payments. Then, I'm using QBXML and the QB Web Connector to add these payments into QB. I have QBMS payment processing working fine, and the ReceivePaymentAddRq to QB correctly adds the transactions data in QB.…
SPKoder
  • 1,835
  • 1
  • 16
  • 19
0
votes
1 answer

QBWC1013: Error connecting to QuickBooks. 0x80040408

I am having trouble getting the QuickBooks Web Connector. When it runs the logs says ... 20130411.15:29:07 UTC : QBWebConnector.SOAPWebService.do_serverVersion() : *** Calling serverVersion(). 20130411.15:29:07 UTC :…
user2271009
  • 1
  • 1
  • 2
0
votes
1 answer

Getting ReceiveResponseXML error while sync my data to Quick Books using webconnector

i am using webconnector to sync my data to quick book desktop. i am getting the following error. > QBWC1042: ReceiveResponseXML failed Error message: > System.Web.Services.Protocols.SoapException: Server was unable to > process…
Kumaran T
  • 617
  • 1
  • 9
  • 24