Skip to content

Instantly share code, notes, and snippets.

@hotestimator
Created April 24, 2012 20:33
Show Gist options
  • Save hotestimator/2483500 to your computer and use it in GitHub Desktop.
Save hotestimator/2483500 to your computer and use it in GitHub Desktop.
wsdl problem
<?php
// start server
$server = new SoapServer($wsdl);
$functions = $server->getFunctions();
$server->addFunction('Authenticate');
$server->handle();
/**
* 20120424.20:29:18 UTC : QBWebConnector.SOAPWebService.do_authenticate() : Authenticating to application 'QuickBooks Integrator', username = 'testuser'
20120424.20:29:18 UTC : QBWebConnector.SOAPWebService.do_authenticate() : *** Calling authenticate() with following parameters:<userName="testuser"><password=<MaskedForSecurity>
20120424.20:29:19 UTC : QBWebConnector.SOAPWebService.do_authenticate() : QBWC1012: Authentication failed due to following error message.
Object reference not set to an instance of an object.
More info:
StackTrace = at QBWebConnector.WebService.do_authenticate(String& ticket, String& companyFileName)
Source = QBWebConnector
20120424.20:29:19 UTC : QBWebConnector.RegistryManager.setUpdateLock() : HKEY_CURRENT_USER\Software\Intuit\QBWebConnector\UpdateLock has been set to False
20120424.20:29:19 UTC : QBWebConnector.RegistryManager.setUpdateLock() : ********************* Update session unlocked *********************
20120424.20:29:19 UTC : QBWebConnector.WebServiceManager.DoUpdateSelected() : Update completed with errors. See log (QWClog.txt) for details.
@thecfguy
Copy link

thecfguy commented Sep 4, 2012

Are you able to resolve this issue.. I am having same kind of issue with coldfusion

@ogallagher
Copy link

I have the same error trying to connect the Quickbooks Web Connector to my web service written with Node, JS, and am having trouble finding any useful explanations/solutions online.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment