public System.Threading.Tasks.Task <HelloServiceClient.HelloService.GetGreetingsMessageResponse> GetGreetingsMessageAsync(string name)
 {
     HelloServiceClient.HelloService.GetGreetingsMessageRequest inValue = new HelloServiceClient.HelloService.GetGreetingsMessageRequest();
     inValue.Body      = new HelloServiceClient.HelloService.GetGreetingsMessageRequestBody();
     inValue.Body.name = name;
     return(((HelloServiceClient.HelloService.HelloServiceSoap)(this)).GetGreetingsMessageAsync(inValue));
 }
 public string GetGreetingsMessage(string name)
 {
     HelloServiceClient.HelloService.GetGreetingsMessageRequest inValue = new HelloServiceClient.HelloService.GetGreetingsMessageRequest();
     inValue.Body      = new HelloServiceClient.HelloService.GetGreetingsMessageRequestBody();
     inValue.Body.name = name;
     HelloServiceClient.HelloService.GetGreetingsMessageResponse retVal = ((HelloServiceClient.HelloService.HelloServiceSoap)(this)).GetGreetingsMessage(inValue);
     return(retVal.Body.GetGreetingsMessageResult);
 }
 System.Threading.Tasks.Task <HelloServiceClient.HelloService.GetGreetingsMessageResponse> HelloServiceClient.HelloService.HelloServiceSoap.GetGreetingsMessageAsync(HelloServiceClient.HelloService.GetGreetingsMessageRequest request)
 {
     return(base.Channel.GetGreetingsMessageAsync(request));
 }
 HelloServiceClient.HelloService.GetGreetingsMessageResponse HelloServiceClient.HelloService.HelloServiceSoap.GetGreetingsMessage(HelloServiceClient.HelloService.GetGreetingsMessageRequest request)
 {
     return(base.Channel.GetGreetingsMessage(request));
 }