I have a Normal WCF Service and a WPF application that obviously calls data from that service. I have an issue now where a mobile web application came into play and also needs to call the same data on the same service, and with a little Googling I have seen with web application you will need to use a WCF RESTful to access the data. ( I can be wrong :) )
Can anyone advice me on what or how I can make my service so without changing any big chunk of coding in my WPF application and give access to data for the mobile application?