Hai,
How to consume wcf services(Sqlserver db included) in Silverlight code view? What is the code for createchannel in silverlight? What is the code for create ChannelFactory in Silverlight?
Regards,
Manu.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
John WiesePosted Jun 10, 2010, 2:45 PM
http://www.bing.com/search?q=Call+WCF+Service+from+Silverlight&src=IE-SearchBox&FORM=IE8SRC
Silverlight is like any other project, add a service reference to your project and it will create the proxy you can use to call your service.