I\'ve managed to set up my Web Service to use SSL but now some calls that initially worked are now failing because the MaxReceivedMessageSize is too small.
I\'m using ASIFormDataRequest to POST an image in JSON format to a WCF REST service based on the \"WCF REST Service Template 40(CS)\". It works fine for images smaller than the default message size of
I am building a WCF service with framework 4.0 for a special application in house. I have a big array of object to pass from the server to the WPF client. If the array is small enough, everything work
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: the
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 approp
What is the fundamental difference between the tw开发者_运维问答o? On the server side on the service, I am using readerQuotas to accomodate large string lengths (Int32.MaxValue). What is the significa
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.