Exemplo n.º 1
0
 public string HelloWorld()
 {
     CapaGUI.ServiceReferenceValeConsumo.HelloWorldRequest inValue = new CapaGUI.ServiceReferenceValeConsumo.HelloWorldRequest();
     inValue.Body = new CapaGUI.ServiceReferenceValeConsumo.HelloWorldRequestBody();
     CapaGUI.ServiceReferenceValeConsumo.HelloWorldResponse retVal = ((CapaGUI.ServiceReferenceValeConsumo.WebServiceValeConsumoSoap)(this)).HelloWorld(inValue);
     return(retVal.Body.HelloWorldResult);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <CapaGUI.ServiceReferenceValeConsumo.HelloWorldResponse> HelloWorldAsync()
 {
     CapaGUI.ServiceReferenceValeConsumo.HelloWorldRequest inValue = new CapaGUI.ServiceReferenceValeConsumo.HelloWorldRequest();
     inValue.Body = new CapaGUI.ServiceReferenceValeConsumo.HelloWorldRequestBody();
     return(((CapaGUI.ServiceReferenceValeConsumo.WebServiceValeConsumoSoap)(this)).HelloWorldAsync(inValue));
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <CapaGUI.ServiceReferenceValeConsumo.HelloWorldResponse> CapaGUI.ServiceReferenceValeConsumo.WebServiceValeConsumoSoap.HelloWorldAsync(CapaGUI.ServiceReferenceValeConsumo.HelloWorldRequest request)
 {
     return(base.Channel.HelloWorldAsync(request));
 }
Exemplo n.º 4
0
 CapaGUI.ServiceReferenceValeConsumo.HelloWorldResponse CapaGUI.ServiceReferenceValeConsumo.WebServiceValeConsumoSoap.HelloWorld(CapaGUI.ServiceReferenceValeConsumo.HelloWorldRequest request)
 {
     return(base.Channel.HelloWorld(request));
 }