I\'m using Visual Studio 2010, and I\'ve got a service reference to a web service we created. Our methods return objects that contain generic List properties:
In the Add Service Reference, you can choose which type to use for Collections. For some reason Array is default. After changing it, I've had to delete the entire reference and re-add it, choosing List from the beginning. I've had weird issues changing it after the fact.