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