$client = new SoapClient("http://ws.cdyne.com/WeatherWS/Weather.asmx?wsdl"); $fetchedArr = $client->GetCityForecastByZIP(array("ZIP" => "10451")); //get the weather in the bronx YO!
现在我想我的应用程序我的WPF / C#做同样的事情. c#中的等价物是什么?