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