public string HelloWorld()
 {
     WebServiceExample.ServiceReference1.HelloWorldRequest inValue = new WebServiceExample.ServiceReference1.HelloWorldRequest();
     inValue.Body = new WebServiceExample.ServiceReference1.HelloWorldRequestBody();
     WebServiceExample.ServiceReference1.HelloWorldResponse retVal = ((WebServiceExample.ServiceReference1.WebService1Soap)(this)).HelloWorld(inValue);
     return(retVal.Body.HelloWorldResult);
 }
 public System.Threading.Tasks.Task <WebServiceExample.ServiceReference1.HelloWorldResponse> HelloWorldAsync()
 {
     WebServiceExample.ServiceReference1.HelloWorldRequest inValue = new WebServiceExample.ServiceReference1.HelloWorldRequest();
     inValue.Body = new WebServiceExample.ServiceReference1.HelloWorldRequestBody();
     return(((WebServiceExample.ServiceReference1.WebService1Soap)(this)).HelloWorldAsync(inValue));
 }
 System.Threading.Tasks.Task <WebServiceExample.ServiceReference1.HelloWorldResponse> WebServiceExample.ServiceReference1.WebService1Soap.HelloWorldAsync(WebServiceExample.ServiceReference1.HelloWorldRequest request)
 {
     return(base.Channel.HelloWorldAsync(request));
 }
 WebServiceExample.ServiceReference1.HelloWorldResponse WebServiceExample.ServiceReference1.WebService1Soap.HelloWorld(WebServiceExample.ServiceReference1.HelloWorldRequest request)
 {
     return(base.Channel.HelloWorld(request));
 }