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