Getting WCF to work in Silverlight
Posted in Silverlight, tagged Silverlight, WCF on March 11, 2008 | 3 Comments »
Here are the steps to get the WCF calls to work in silverlight.
1.create a website hosted in IIS and create a WCF service, change the Binding to basicHttpBinding in Web.Config file
2.Add Silverlight project to the solution and select(’link this control to existing website’
and set theĀ website from the dropdown
3. Add ServiceReference in silverlight project. [...]