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