Generate Quickbooks Web Connect Service
Does anyone have code for a Web Service with works with the开发者_如何学编程 Quickbooks Web Connector in Grails.
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.
精彩评论