Sales Statistics - For Quote (web services)

yukonyukon Member Posts: 361
edited 2010-10-30 in NAV Three Tier
Hi Expert,

I'm trying sales statistics value get over from web service. I'm facing this problem.
System.InvalidOperationException was unhandled
Message="There is an error in XML document (1, 614)."
Source="System.Xml"
StackTrace:
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)

Then i comment at Page 160 OnAfterGetRecord
SalesPost.SumSalesLinesTemp(
Rec,TempSalesLine,0,TotalSalesLine,TotalSalesLineLCY,
VATAmount,VATAmountText,ProfitLCY,ProfitPct,TotalAdjCostLCY) function. After that run the program again, this time i don't get any error.

Next step i public page 402 (Sales Order Statistics) and try to get value. But i don't get any error and i can get value.

So i compare Page 160 with 402. Page 402 also call SalesPost.SumSalesLinesTemp function. I can get value from page 402 but not from 160.

What is different between Page 402 and 160?
Why i can't get value from Page 160 with SalesPost.SumSalesLinesTemp?
How can i get Sales Statistics value for Quote by webservice?

I got this problem 3 months ago. ](*,)

Kindly, Please advice to me.

Best Regards,
Yukon
Make Simple & Easy
Sign In or Register to comment.