Hi all,
I have a C# WPF application that calls DFS as a service (I made references to the DFS wsdl files on the content server box from my Visual Studio project). In it, I am executing a DQL query and returning a result set in the DataObjects collection of the dataPackage property.
Every time I run this query, I am returned an exception stating I have exceeded the maximum message size.
What is the maximum value the maxReceivedMessageSize attribute may have? I am specifically asking for the attribute associated with the QueryServicePortBinding.
Thanks,
Derrick