예제 #1
0
 public System.Threading.Tasks.Task <ProyectoWindowsForm.ServicioWebJava.helloResponse> helloAsync(string name)
 {
     ProyectoWindowsForm.ServicioWebJava.helloRequest inValue = new ProyectoWindowsForm.ServicioWebJava.helloRequest();
     inValue.Body      = new ProyectoWindowsForm.ServicioWebJava.helloRequestBody();
     inValue.Body.name = name;
     return(((ProyectoWindowsForm.ServicioWebJava.WebServiceMYSQL)(this)).helloAsync(inValue));
 }
예제 #2
0
 public string hello(string name)
 {
     ProyectoWindowsForm.ServicioWebJava.helloRequest inValue = new ProyectoWindowsForm.ServicioWebJava.helloRequest();
     inValue.Body      = new ProyectoWindowsForm.ServicioWebJava.helloRequestBody();
     inValue.Body.name = name;
     ProyectoWindowsForm.ServicioWebJava.helloResponse retVal = ((ProyectoWindowsForm.ServicioWebJava.WebServiceMYSQL)(this)).hello(inValue);
     return(retVal.Body.@return);
 }
예제 #3
0
 System.Threading.Tasks.Task <ProyectoWindowsForm.ServicioWebJava.helloResponse> ProyectoWindowsForm.ServicioWebJava.WebServiceMYSQL.helloAsync(ProyectoWindowsForm.ServicioWebJava.helloRequest request)
 {
     return(base.Channel.helloAsync(request));
 }
예제 #4
0
 ProyectoWindowsForm.ServicioWebJava.helloResponse ProyectoWindowsForm.ServicioWebJava.WebServiceMYSQL.hello(ProyectoWindowsForm.ServicioWebJava.helloRequest request)
 {
     return(base.Channel.hello(request));
 }