Can u please tell me how to connect XML Web Services in Windows Phone 7.?
Can u Give some samples on that.
Thanks in advance
There is a code sample on the MSDN page for WP7. (The WeatherForecast example uses webservices to retrieve data).
I would suggest have a look a that page to get started with WP7 programming.
If u are referring REST services which return XML Data,as XML Web Services, then u just have to download the content by using WebClient and parse the XML what you receive in the response.
精彩评论