maxreceivedmessagesize Questions
3
Searched with no luck...
I keep getting
The maximum message size quota for incoming messages (65536) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the ap...
Wriggler asked 2/4, 2010 at 23:33
3
Solved
I got this crazy problem I'm trying to deal with. I know that when we're getting huge amount of data we must increase the quota on client .config file, but what am I supposed to do if my client is ...
Resurge asked 5/12, 2011 at 7:54
2
Solved
My WCF Service has an OperationContract that accepts, as a parameter, an array of objects. This can potentially be quite large. After looking for fixes for Bad Request: 400, I found the real reason...
Elbert asked 25/5, 2010 at 22:2
1
Solved
I have to consume an external web service, but I'm getting the following error:
The maximum buffer size (65536) has been exceeded while reading MTOM data
Before today, I was consuming the same...
Magda asked 14/8, 2014 at 7:57
1
Solved
Why is the maxReceivedMessageSize property relevant when implementing WCF Streaming? Since buffering and persistence is handled by the consumer of the stream, why does WCF concern itself with how b...
Contrabandist asked 29/10, 2012 at 18:17
2
Solved
There are a lot of similar questions out there, but I have tried every solution in every one of them to no avail.
We have a web service that initialises with WebServiceHostFactory, but if any more...
Horatia asked 6/12, 2011 at 9:16
4
Solved
I'm getting the maxreceivedmessagesize error for messages greater than 64K. The problem is that I've already changed everything in both server and client, and it's not fixing the problem.
here's m...
Illyes asked 29/1, 2010 at 18:8
1
© 2022 - 2024 — McMap. All rights reserved.