Teemu Tapanila bio photo

Teemu Tapanila

CTO of Mallow

Email Twitter LinkedIn Github

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.

  1. Create new Windows Phone application
  2. Right click project and choose Add Service Reference
  3. On Address textbox put your WCF service url. I used http://tapanilablog.azurewebsites.net/Service1.svc and click Go and then OK
  4. Edit MainPage.xaml.cs
  5. Done!