I'm using the QBXML method to communicate with QuickBooks on a local machine (not remotely, not using web connector).
I have a very basic script which just connects to QuickBooks and checks to see if a Customer exists or not. The script works perfectly when run through the command console (Windows XP) but the same exact script, no changes, doesn't work when run as a CGI.
When run as a CGI, the script does not get a response XML from QuickBooks. Everything else seems to function exactly the same - just no XML response received from QuickBooks.
I was banging my head against a wall for 2 hours last night trying to figure it out... no success.