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