2012-05-16 106 views

回答

0

您必須添加Service Reference(在Solution Explorer中右鍵單擊項目並選擇Add service reference)。在url字段輸入「http://www.restfulwebservices.net/wcf/WeatherForecastService.svc」,然後單擊確定。 Master將爲此WCF服務生成一個代理類。

然後,您可以使用此WCF服務作爲任何其他Web服務。

正如您在wsdl中看到的,此服務提供了兩種方法 - GetCitiesByCountry和GetForecastByCity。我認爲這顯然是他們做的。

我看不到此WCF服務的任何文檔。我只找到Java的小樣本。它調用GetCitiesByCountry方法: http://doc.nuxeo.com/display/NXDOC/Building+a+SOAP-based+WebService+client+in+Nuxeo