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