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
1
vote
1 answer

QuickBooks Webconnector Error - Django Soap Web Service - Actual error received from web service for serverVersion call

I have written a SOAP Web service in django and i have installed the following components soaplib-0.8.1 in my system Quickbooks Pro QBWC version 2.1.0.30 - Intuit When i try to add an application(.qwc file) to QBWC(Quick Books Web Connector), it…
Anil Kumar
  • 11
  • 4
1
vote
3 answers

ItemInventoryQuery is not returning all the available fields.

We are using Web Connector on the end where QBPOS 10.0 is installed. On the server end we issue an ItemInventoryQuery request using QBPOSFC3.0 (QB POS Foundation Classes). The response we receive from Quickbooks contains most of the fields available…
Agustin Garzon
  • 317
  • 2
  • 15
1
vote
1 answer

Malformed XML response using Washout gem

I'm using the Washout Gem to connect to the Quickbooks Web Connector from Rails 3.2.8. I need to format a return as "", but I have not been able to find a way. Instead I get "
ben
  • 33
  • 1
  • 6
0
votes
0 answers

resolve the qbwc error QBWC1012 and authenticate Flask app in quickbooks

I have a flask app that needs to collect timesheet information from the user and add it to my quickbooks desktop enterprise 2023 account. I have a file quickbooks.qwc which is as follows: Vector…
Britney
  • 1
  • 1
0
votes
1 answer

XML Error while Modifying Sales Order in QB Desktop

I am trying to modify a sales order created in QB Desktop. But it gives me XML error 0x80040400: QuickBooks found an error when parsing the provided XML text stream Here is my XML Request
SreRoR
  • 1,151
  • 1
  • 17
  • 44
0
votes
1 answer

QBWC1048: QuickBooks Web Connector could not verify the web application server certificate (QuickBooks POS 19.0 + QuickBooks Web Connector 2.1.0.30)

I am trying to sync my OpenCart inventory with a QuickBooks POS module via the QuickBooks Web Connector. The documentation says to only use Web Connector version 2.1.0.30 for QB POS. I install the Web Connector on the computer running QB POS 19.0.…
0
votes
1 answer

With QBXML how can I unapply a transaction from a ReceivePayment from the remote system?

I want to unapply a payment from an invoice from the remote system. First I sync from QuickBooks Desktop a ReceivePayment item. It has 1 invoice transaction in AppliedToTxnRet of the ReceivePaymentQueryRS response. Then on the remote system the…
jbobbins
  • 1,221
  • 3
  • 15
  • 28
0
votes
1 answer

How to get FileId or OwnerId or CustomAttribut in Qbwc file in wsdl implementation

I am thinking of how I can fetch fileId or ownerId or any custom attribute in any or all wsdl methods. I am thinking to create generic qbwc file. WCWebService1
0
votes
1 answer

QBXML SalesOrderAdd issue

I am trying to create SalesOrder through QBWebConnector (backend - Rails + qbwc), following Onscreen Reference for Intuit Software Development Kits, and it says that SalesOrderAdd requires only CustomerRef attribute, but QBXML validator says: Line:…
Kavachaj
  • 411
  • 1
  • 4
  • 15
0
votes
1 answer

QBXML for Bill Add request

I need some help in my current implementation of automating the Bills flow from our system to QB. I have done all necessary changes that will pass the Bills related information from our system to QB and expect to save it under Bill on QB . Below is…
0
votes
1 answer

Add bill to QuickBooks with QBWC With Class in Bill

(IMAGE LINNK at bottom of body for reference of the field I'm talking about) Trying to Add a Class into the top bill section and not just the expense line add section. This code works fine but the class doesn't show in the main bill. I tried just…
0
votes
1 answer

PHP QuickBooks Web Connector consolibyte - no data exchange required

Goal: We are attempting to get all transactions once an hour out of QuickBooks Desktop for Windows using QuickBooks Web Connector. Status: QuickBooks Web Connector runs successfully with the configured qwc file. Issue: QuickBooks Web Connector…
Paul G
  • 1
0
votes
1 answer

SalesOrderQuery in QuickBooks Desktop does not returning Items of SalesOrder

I am making SalesOrderQuery to fetch Sales Orders created in Quickbooks Desktop Enterprise Version 18.0. I have created some sales orders in QB Desk and querying for them but, I can not find sales orders items that I have added while creating…
Kesha
  • 497
  • 6
  • 19
0
votes
1 answer

Why isn't my response function called but QWC log shows response XML

SOAP server: I'm still testing so that's why I have some stuff hardcoded. I removed some stuff from file and much of the beginning so I could fit within character limit of SO. array(…
Derek Joseph Olson
  • 738
  • 1
  • 7
  • 22
0
votes
1 answer

Do I need to call CreateUser everytime QBWC calls my web app?

Lines 245-251 is what I'm referring to. Do I need to use the createUser method each time this file is called, or simply the first time for a given user? If I need to call createUser only the first time, how can I check if the user was already…
Derek Joseph Olson
  • 738
  • 1
  • 7
  • 22