I created a WCF service that has functions that return IEnumerable collections. I added it to Silverlight 4.0 as a service reference, but it doesn’t like it.
What endpoint binding could I use instead that would work in this scenario? And, to change it, do I just change the web.config for my service?
Thanks.
Try using
basicHttpBinding. Disclaimer: This used to be true in earlier versions of Silverlight, I hope it still is.