开发者

How to Connect XML Web Services in Windows Phone 7? [closed]

开发者 https://www.devze.com 2023-03-19 05:51 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or r开发者_JAVA技巧hetorical andcannot be reasonably answered in its current form.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or r开发者_JAVA技巧hetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消