1.在Web中添加天气服务引用地址http://www.webxml.com.cn/WebServices/WeatherWebService.asmx?wsdl2.在Web中添加Wcf服务接口IWeatherService.cs 1 using System; 2 using System.Col...
分类:
Web程序 时间:
2014-08-08 17:56:26
阅读次数:
316
服务端代码 [HttpPost] public ActionResult GetWeather() { HttpWebRequest request = (HttpWebRequest)HttpWebRequest.Create("http://ap...