Friday, March 13, 2009

Configure Interactive mode for QuickBooks Web Connector

The name of my computer is "b04".

1) generate SSL certificate for Tomcat (see tomcat-docs/ssl-howto.html from your Tomcat for details).
During generating certificate the answer on question "What is your first and last name" must be the name of your host (b04 in my case).

2) specify CertURL in your .qwc file:

...
https://b04:8443/services/MySOAPService
...
https://b04:8443/somepage.htm
...


3) return "" from sendRequestXML()
return "Interactive mode" from getLastError()
return "https://b04:8443/somepage.htm" from getInteractiveURL()

No comments:

Post a Comment

Followers