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