I have a WCF service method which I have written for return type as collection type.
But if I generate a proxy class and consume the method from the client the methods r
If you're using Visual Studio you can just right click your service reference to configure it. You'll then have an option (in advanced settings?) to tell your app how to handle arrays as collections.