Guest User

Untitled

a guest
Dec 12th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.55 KB | None | 0 0
  1. 20130312.14:14:56 UTC : QBWebConnector.SOAPWebService.instantiateWebService() : Initiated connection to the following application.
  2. 20130312.14:14:56 UTC : QBWebConnector.SOAPWebService.instantiateWebService() : AppName: FOO
  3. 20130312.14:14:56 UTC : QBWebConnector.SOAPWebService.instantiateWebService() : AppUniqueName (if available): FOO
  4. 20130312.14:14:56 UTC : QBWebConnector.SOAPWebService.instantiateWebService() : AppURL: https://www.foo.com/server.php
  5. 20130312.14:14:56 UTC : QBWebConnector.SOAPWebService.do_serverVersion() : *** Calling serverVersion().
  6. 20130312.14:14:56 UTC : QBWebConnector.SOAPWebService.do_serverVersion() : Received from serverVersion() following parameter:<serverVersionRet="PHP QuickBooks SOAP Server v1.5.3 at /server.php">
  7. 20130312.14:14:56 UTC : QBWebConnector.SOAPWebService.do_clientVersion() : *** Calling clientVersion() with following parameter:<productVersion="2.1.0.30">
  8. 20130312.14:14:57 UTC : QBWebConnector.SOAPWebService.do_clientVersion() : Received from clientVersion() following parameter:<clientVersionRet="">
  9. 20130312.14:14:57 UTC : QBWebConnector.SOAPWebService.do_clientVersion() : This application agrees with the current version of QBWebConnector. Allowing update operation.
  10. 20130312.14:14:57 UTC : QBWebConnector.SOAPWebService.do_authenticate() : Authenticating to application 'FOO', username = 'foo'
  11. 20130312.14:14:57 UTC : QBWebConnector.SOAPWebService.do_authenticate() : *** Calling authenticate() with following parameters:<userName="foo"><password=<MaskedForSecurity>
  12. 20130312.14:14:58 UTC : QBWebConnector.SOAPWebService.updateWS() : Received from authenticate() following parameters:<authRet[0]="91f62aac622b49ad483f20ef9d7729a3"><authRet[1]=""\FOOSERVERUsersPublicDocumentsIntuitQuickBooksCompany FilesSome Company File Inc..QBW""><authRet[2]=""><authRet[3]="">
  13. 20130312.14:14:58 UTC : QBWebConnector.RegistryManager.setCurrentWebServiceName() : HKEY_CURRENT_USERSoftwareIntuitQBWebConnectorCurrentWebServiceName has been set to FOO
  14. 20130312.14:14:58 UTC : QBWebConnector.RegistryManager.setCurrentWebServiceSessionTicket() : HKEY_CURRENT_USERSoftwareIntuitQBWebConnectorCurrentWebServiceSessionTicket has been set to 91f62aac622b49ad483f20ef9d7729a3
  15. 20130312.14:14:58 UTC : QBWebConnector.SOAPWebService.CheckCFNResponse() : User authenticated.
  16. 20130312.14:14:58 UTC : QBWebConnector.SOAPWebService.do_authenticate() : Done.
  17. 20130312.14:14:58 UTC : QBWebConnector.SOAPWebService.OpenConnection() : Connecting to QuickBooks...
  18. 20130312.14:14:58 UTC : QBWebConnector.SOAPWebService.handleAllOtherError() : QBWC1013: Error connecting to QuickBooks. Returning error message to application.
  19. Could not start QuickBooks.
  20. 20130312.14:14:58 UTC : QBWebConnector.SOAPWebService.do_connectionError() : *** Calling connectionError() with following parameters:<wcTicket="91f62aac622b49ad483f20ef9d7729a3"><hresult="0x80040408"><message="Could not start QuickBooks.">
  21. 20130312.14:14:59 UTC : QBWebConnector.SOAPWebService.do_connectionError() : Received from connectionError() following parameters:<tryAgain="done">
  22. 20130312.14:14:59 UTC : QBWebConnector.SOAPWebService.OpenConnection() : Error connecting to QuickBooks. Application sent back DONE. Job ending.
  23. 20130312.14:14:59 UTC : QBWebConnector.RegistryManager.setUpdateLock() : HKEY_CURRENT_USERSoftwareIntuitQBWebConnectorUpdateLock has been set to False
  24. 20130312.14:14:59 UTC : QBWebConnector.RegistryManager.setUpdateLock() : ********************* Update session unlocked *********************
  25. 20130312.14:14:59 UTC : QBWebConnector.WebServiceManager.DoUpdateSelected() : Update completed with errors. See log (QWClog.txt) for details.
  26.  
  27. <QBWCXML>
  28. <AppName>Example WS</AppName>
  29. <AppID></AppID>
  30. <AppURL>https://localhost/Quickbooks.asmx</AppURL>
  31. <AppDescription>Example Service Service</AppDescription>
  32. <AppSupport>https://localhost/</AppSupport>
  33. <UserName>Etile</UserName>
  34. <OwnerID>{XXXXB9B1-86F1-4fcc-B1EE-566DE1813D20}</OwnerID>
  35. <FileID>{XXXX4FB5-33D9-4815-AC85-BC87A7E7D1EB}</FileID>
  36. <QBType>QBFS</QBType>
  37. <Scheduler>
  38. <RunEveryNMinutes>1</RunEveryNMinutes>
  39. </Scheduler>
  40. </QBWCXML>
  41.  
  42. <?xml version="1.0" encoding="utf-8"?>
  43. <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://developer.intuit.com/">
  44. <SOAP-ENV:Body>
  45. <ns1:authenticateResponse>
  46. <ns1:authenticateResult>
  47. <ns1:string>1e3ea2ed-a734-03e4-ed8c-80eb12f19845</ns1:string>
  48. <ns1:string>C:Quickbooks Company File.QBW</ns1:string>
  49. </ns1:authenticateResult>
  50. </ns1:authenticateResponse>
  51. </SOAP-ENV:Body>
  52. </SOAP-ENV:Envelope>
Add Comment
Please, Sign In to add comment