如何在Windows Phone 8中调用Web服务

问题描述:

您好,
我是Windows Phone开发的新手.我想知道我们如何将Web服务嵌入Windows Phone 8

Hi, 
I am new in windows phone development. I want know that how can We embed webservice in windows phone 8

在最简单的级别上,使用WebClient或HttpWebRequest调用Web服务.  有关如何使用它们的示例,请进行简单的网络搜索.  有许多页面将向您展示如何在Windows Phone上使用它们.
At the simplest level, use WebClient or HttpWebRequest to call the web service.  For examples of how to use them, do a simple web search.  There are numerous pages that will show you how to use them on Windows Phone.