Created
April 24, 2012 20:33
-
-
Save hotestimator/2483500 to your computer and use it in GitHub Desktop.
wsdl problem
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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. |
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
Are you able to resolve this issue.. I am having same kind of issue with coldfusion