QuickBooks has it's own SDK Libraries which can easily help to communicate between Third party. But their Library file size is around 6MB which is huge for a simple API integration.
After so much of searching and finding the solution using Scribe I decided to publish this so that other developers can use it.
intuit support are not going to help you with this and will not correct their document.
So basically the Concern is how to integrate with Quickbooks using Scribe
LIBRARY : scribe-1.3.5.jar
This will simply connect and retrieve the Customer's information in the form of XML (Also Supports JSON)
The Response you'll be getting as
The class file for QuickBooksAPI.JAVA
QuickBooks support HMAC-SHA1 Signature which is automatically handled by Scribe. In order to Perform Batch Operation you can refer URL : QUICKBOOKS BATCHOPERATION