Click here to Skip to main content
15,903,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
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?
Posted

1 solution

Windows Phone 7 in 7: Connecting to Web Services[^] should help you get started.
WP7 Connect to XML Web Service[^] describes how to connect to an existing web service.
Windows Phone 7 Data Access Strategies: Web Services
[^] discusses a number of strategies to connect to a web service.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900