Rails / QuickBooks integration without ActionWebService

January 24th, 2009 QuickbooksRails

I will try to do a full writeup later but for now know that ActionWebService is now neither required nor desired for QuickBooks integration.

Views

--- --- ---

5 Comments

  1. Comment by Jason on 01/28/09
    Excellent and very timely! We're currently integrating using the quickbooks_integration plugin so I'm interested to try out the new approach. I'm assuming we don't need the quickbooks_integration plugin and the qbwc_api.rb anymore?
  2. Comment by Zack on 01/29/09
    @jason - Yes. That is the beauty of the new approach. No ActionWebService BS :)
  3. Comment by Tommy on 02/06/09
    Thank you so much for all your help - I was able to get integrated in an hour or so using your plugin. A question about this new approach - I like ditching ActionWebService, but I can't seem to get past the authenticate step. QBWC seems to receive the serverVersion and clientVersion responses ok, but in response to authenticate, I see: Object reference not set to an instance of an object. More info: StackTrace = at QBWebConnector.WebService.do_authenticate(String& ticket, String& companyFileName) Source = QBWebConnector any clues?
  4. Comment by Zack on 02/06/09
    @Tommy - make sure you are using the Document style in the QWC file... see http://gist.github.com/59661 as an example
  5. Comment by Tommy on 02/06/09
    Hey - thanks! That worked perfectly. I'm just getting my feet wet with this stuff, and it's such a big help what you've done here.

Commenting is closed for this article.