我有URL以Web服務的WSDL:無法添加在Visual Studio中使用WSDL服務引用
http://www.webservicex.net/WeatherForecast.asmx?WSDL
我試圖消耗在WPF應用程序在Visual這項服務(.NET 4.5)工作室2012年
我右鍵點擊項目 - >添加服務引用,當我嘗試添加上述服務的參考,我得到以下錯誤:
The HTML document does not contain Web service discovery information. Metadata contains a reference that cannot be resolved: ' http://www.webservicex.net/WeatherForecast.asmx?WSDL '. Metadata contains a reference that cannot be resolved: ' http://www.webservicex.net/WeatherForecast.asmx?WSDL '. If the service is defined in the current solution, try building the solution and adding the service reference again.
在「添加服務參考」窗口中,我現在點擊底部的「高級」按鈕 - >「添加Web引用」按鈕 - >將URL複製到URL文本框中並單擊「 - >」按鈕。我在查看器中看到WSDL。
現在我點擊「取消」並再次點擊「服務參考設置」窗口中的「取消」。
在「添加服務參考」窗口中,我現在單擊「開始」,我看到可用服務添加到項目中。
這是Visual Studio的問題嗎?爲什麼我必須這樣做。爲什麼第一次不行?我在我的機器上丟失了什麼嗎?