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