示例#1
0
 public FabrikamFiber.Web.Tests.WeatherOutageService.WeatherDescription[] GetWeatherInformation()
 {
     FabrikamFiber.Web.Tests.WeatherOutageService.GetWeatherInformationRequest  inValue = new FabrikamFiber.Web.Tests.WeatherOutageService.GetWeatherInformationRequest();
     FabrikamFiber.Web.Tests.WeatherOutageService.GetWeatherInformationResponse retVal  = ((FabrikamFiber.Web.Tests.WeatherOutageService.WeatherSoap)(this)).GetWeatherInformation(inValue);
     return(retVal.GetWeatherInformationResult);
 }
示例#2
0
 FabrikamFiber.Web.Tests.WeatherOutageService.GetWeatherInformationResponse FabrikamFiber.Web.Tests.WeatherOutageService.WeatherSoap.GetWeatherInformation(FabrikamFiber.Web.Tests.WeatherOutageService.GetWeatherInformationRequest request)
 {
     return(base.Channel.GetWeatherInformation(request));
 }