設定
maxItemsInObjectGraph 值,預設值為:65536
<system.serviceModel>
<behaviors>
<endpointBehaviors>
<behavior name="abc">
<dataContractSerializer maxItemsInObjectGraph="6553600" />
</behavior>
</endpointBehaviors>
</behaviors>
<client>
<endpoint address="xxx.asmx
behaviorConfiguration="abc" />
</client>
</system.serviceModel>