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