Questions tagged [readerquotas]

readerQuotas is a property of Windows Communication Foundation (WCF) Web services. By configuring its values, it can be used to place restrictions on the size and complexity of SOAP messages, which are processed by a WCF endpoint.

These restrictions are useful to protect against a type of Denial of Service (DOS) attacks where message complexity, rather than simply length, is used to bog down endpoint processing resources. The properties that define these constraints, as well as their default values, are listed below:

17 questions
0
votes
1 answer

How do I increase the reader quota on WCF service?

I don't expect anyone to be able to help out with this but let's give it a go. I have a WinForms app that uses a WCF service to pull down a rather large JSON document serialised into a string. I have changed the client's Reader Quota on strings to…
bert
  • 670
  • 6
  • 19
-1
votes
2 answers

WCF DefaultBinding not used on new WsHttpBinding

I´m having a 3rd party library that connects to webservice at specific endpoints. With some services, i get the following exception: Message=The maximum nametable character count quota (16384) has been exceeded while reading XML data. The nametable…
kamahl
  • 931
  • 1
  • 8
  • 20
1
2