Dear Readers, One of the common problem in WCF is returning lists in the service. When we return a L
solution is while creating proxy incluse /ct: in the ending along with the Name space for the list, which inturn will change the proxy make the return type as list.Please find the below mentioned systax for the SVCUtil.exe
svcutil.exe http://[SERVER]/[Namespace].[Service].svc?wsdl /ct:System.Collections.Generic.List`1
[Note: Do not excude `1 in the ending]