So I am working with WCF and my services return types that contain generic lists. WCF is currently converting these to arrays over the wire. Is there a way I configure WCF t
At the advanced tab when adding your service reference you can set this option as well. standard Arrays are set.