This is probably an overly obvious question, but is anybody currently working on a QuickBooks integration?
I'm reading through the QuickBooks Web Connector documentation right now and it doesn't seem excessively odious. If anybody has any pointers I wouldn't mind hearing about them. Otherwise I'm plunging in blind.


Just remember you need to have QuickBooks open w/ the company file open you want to import to from your web app. The username is defined in the .qwc file and the password is sent unencrypted based on what's entered in the Web Connector itself. I'd just start making debug logs in your script to see where the breakdown occurs... maybe it's not even initializing the SOAP server right?