Beispiel #1
0
 public string HelloWorld()
 {
     WebClientTestWeb.WebServiceSample.HelloWorldRequest inValue = new WebClientTestWeb.WebServiceSample.HelloWorldRequest();
     inValue.Body = new WebClientTestWeb.WebServiceSample.HelloWorldRequestBody();
     WebClientTestWeb.WebServiceSample.HelloWorldResponse retVal = ((WebClientTestWeb.WebServiceSample.WebService1Soap)(this)).HelloWorld(inValue);
     return(retVal.Body.HelloWorldResult);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <WebClientTestWeb.WebServiceSample.HelloWorldResponse> HelloWorldAsync()
 {
     WebClientTestWeb.WebServiceSample.HelloWorldRequest inValue = new WebClientTestWeb.WebServiceSample.HelloWorldRequest();
     inValue.Body = new WebClientTestWeb.WebServiceSample.HelloWorldRequestBody();
     return(((WebClientTestWeb.WebServiceSample.WebService1Soap)(this)).HelloWorldAsync(inValue));
 }
Beispiel #3
0
 System.Threading.Tasks.Task <WebClientTestWeb.WebServiceSample.HelloWorldResponse> WebClientTestWeb.WebServiceSample.WebService1Soap.HelloWorldAsync(WebClientTestWeb.WebServiceSample.HelloWorldRequest request)
 {
     return(base.Channel.HelloWorldAsync(request));
 }
Beispiel #4
0
 WebClientTestWeb.WebServiceSample.HelloWorldResponse WebClientTestWeb.WebServiceSample.WebService1Soap.HelloWorld(WebClientTestWeb.WebServiceSample.HelloWorldRequest request)
 {
     return(base.Channel.HelloWorld(request));
 }