Basically, the console application consumes a web service, and I want to do the same with windows phone application. I know that things work differently with WP7 with respect to web services, and I would like to know if this is possible.
The console version uses the namespace System.Web.Services which is not allowed for the wp7. How else could I achieve the same?