I have a solution with 3 projects. 1 is a c# Console App which acts as the WCF Host, the 2nd is the c# WCF Service Library and my third is a UI which is generated using XAML Tools for Windows Embedded from a project in Blend, so it generates my UI with c++ files.
My question is, how do I make use of my WCF Service in my UI project. I have read a few articles online about consuming wcf services but still dont understand what is required, all I want to do is call my WCF Functions from the UI and pass values to them,
Any help would be greatly appreciated,
Nick