Hi,
I receive next error: "Error in deserializing body of reply message for operation 'GetTopNSalesOrderByState'. There is an error in XML document (1, 285). The maximum nametable character count quota (16384) has been exceeded while reading XML data. The nametable is a data structure used to store strings encountered during XML processing - long XML documents with non-repeating element names, attribute names and attribute values may trigger this quota. This quota may be increased by changing the MaxNameTableCharCount property on the XmlDictionaryReaderQuotas object used when creating the XML reader. Line 1, position 285."
The strange thing is that the webservice worked before. I do not see how the CLR object can be debugged. The webservice generates a pcb file. How can I attach to it and see what soap message is received?
J.
*This post is locked for comments
I have the same question (0)