Error in deserializing body of reply message for operation 'CreateTransactionEntity'. The maximum string content length quota (8192) has been exceeded while reading XML data. This quota may be increased by changing the MaxStringContentLength property on the XmlDictionaryReaderQuotas object used when creating the XML reader.
This is my first live eConnect GP2010 project using the new WCF service. I spent some time getting the code samples working, and today I'm coding a client project. This is a SOP integration, and one of the invoices has about 30 lines, so it serialized into an XML document with about 32,000 characters. Big - not huge- but big.