I am returning a List from my WCF method. In my client code, it\'s return type shows as MyObject[]. I have to either use MyObject[], or IList, or IEnumerable...
When you add the service reference to the client project click the advanced button and change collection type from array to what you want it to be...