I have an existing Silverlight-Enabled WCF Service. Now I am writing a WPF. Can I consume that same service or do I need to write a new one?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you didn’t change the binding used in the template, then it will work find in WPF as well. The only binding which is supported in SL and not in WPF is the
PollingDuplexHttpBinding(or thePollingDuplexBindingElementin a custom binding).