please help me configuring ng config in WCF that is getting error:
"The formatter threw an exception while trying to deserialize the message: There was an error while trying to deserialize parameter http://tempuri.org/:GetListSwiftFileDownloadResult. The InnerException message was 'Maximum number of items that can be serialized or deserialized in an object graph is '65536'. Change the object graph or increase the MaxItemsInObjectGraph quota. '. Please see InnerException for more details."
dont know what to do i've been stuck here for almost 3weeks, please help me on this masters..
heres my client App.Config
bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard"
maxBufferPoolSize="524288" maxReceivedMessageSize="2147483647"
messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="false"
allowCookies="false" >
contract="RFEConverterService.IRFEConverterService" name="WSHttpBinding_RFEConverterService">
and heres my Web.Config for server:

mary jean ligasPosted Dec 15, 2015, 12:06 AM
Raja TPosted Dec 14, 2015, 1:31 AM
mary jean ligasPosted Dec 14, 2015, 12:38 AM
Raja TPosted Dec 13, 2015, 11:04 PM