public WeatherDescription[] GetWeatherInformation()
 {
     WeatherServiceApplication.WeatherService.GetWeatherInformationRequest  inValue = new WeatherServiceApplication.WeatherService.GetWeatherInformationRequest();
     WeatherServiceApplication.WeatherService.GetWeatherInformationResponse retVal  = ((WeatherServiceApplication.WeatherService.WeatherSoap)(this)).GetWeatherInformation(inValue);
     return(retVal.GetWeatherInformationResult);
 }
 WeatherServiceApplication.WeatherService.GetWeatherInformationResponse WeatherServiceApplication.WeatherService.WeatherSoap.GetWeatherInformation(WeatherServiceApplication.WeatherService.GetWeatherInformationRequest request)
 {
     return(base.Channel.GetWeatherInformation(request));
 }