Well Formed XML document failing for SYNTAX error over a SOAP Connection

I am experiencing an issue where a well formed XML document is failing due to a syntax error.We have other documents with the same general format that pass through just fine.The only difference between these documents and the one that is failing is the number of line items involved.I have discovered that the error seems to be related to the complexity of the document.Documents that pass through usually are about half the size of the one that is failing. These documents are invoices and the one that is failing has a large number of line items but is under 150K.This is the relevant sections of the output.config from the SOAP service.OUTPUT.config\[code\] <binding name="__soap_verstuurFactuur_ppt1" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="6553600" maxBufferPoolSize="52428800" maxReceivedMessageSize="6553600" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true"> <readerQuotas maxDepth="120" maxStringContentLength="819200" maxArrayLength="163840" maxBytesPerRead="40960" maxNameTableCharCount="163840" /> <security mode="Transport"> <transport clientCredentialType="None" proxyCredentialType="None" realm="" /> <message clientCredentialType="UserName" algorithmSuite="Default" /> </security>\[/code\]
 
Back
Top