I want to use WCF RIA SERVICES in my WPF application.
but WCF RIA SERVICES client only surport silverlight and ASP.NET now, how can I use it in WPF application?
|
I want to use WCF RIA SERVICES in my WPF application. but WCF RIA SERVICES client only surport silverlight and ASP.NET now, how can I use it in WPF application? | |||||
feedback
|
|
Brad Abrams did a blog on it a while back, I don't know how much has changed in the beta though. Blog - RIA services blogs series here. | |||||||||
feedback
|
|
I've done a complete sample consuming the SOAP endpoint of WCF RIA Services from a WPF Applications (handling also the authentication cookie for authenticated calls) : http://blogs.msdn.com/b/davrous/archive/2010/12/03/how-to-open-a-wcf-ria-services-application-to-other-type-of-clients-the-soap-endpoint-3-5.aspx Hope it helps. Regards, David Rousset | |||||
feedback
|