I have a c# web application, Integrated with QuickBooks Online Every thing is running till i add the Following Purchase Orders Code:
Intuit.Ipp.Data.Qbo.PurchaseOrder oPurchaseOrder = new Intuit.Ipp.Data.Qbo.PurchaseOrder();
IList<Intuit.Ipp.Data.Qbo.PurchaseOrder> ModifiedPOs = commonService.FindAll(oPurchaseOrder,1,100) as IList<Intuit.Ipp.Data.Qbo.PurchaseOrder>;
an error appear with this description : "There is an error in XML document (0, 0)"
Note: i'm using version 2.1.4.0.
any Advice ?