The reason why I have been writing so much about creating WCF services is that they are very easy to consume and use on Windows Phone application. So I will show you how to create Windows Phone application that uses the WCF service that was created here.
- Create new Windows Phone application
- Right click project and choose Add Service Reference
- On Address textbox put your WCF service url. I used http://tapanilablog.azurewebsites.net/Service1.svc and click Go and then OK
- Edit MainPage.xaml.cs
- Done!