Does anyone have code for a Web Service with works with the Quickbooks Web Connector in Grails.
A:
Grails runs on the JVM and can easily call java code such as that generated when using Apache Access to call web services. For more info on the QuickBooks web service and how to call it from Java see http://developer.intuit.com/support/technical/?id=392 The info in this article should work with grails assuming you get the Apache Access library. You can also look at using Groovy WS to call any WSDL based web service. I've tried it but had issues with complex types; maybe you'll have better luck.
Jared
2010-04-13 00:56:15