Exemplo n.º 1
0
 public string HelloWorld()
 {
     POS58Listen.PrintService.HelloWorldRequest  inValue = new POS58Listen.PrintService.HelloWorldRequest();
     POS58Listen.PrintService.HelloWorldResponse retVal  = ((POS58Listen.PrintService.OrderDataHttpGet)(this)).HelloWorld(inValue);
     return(retVal.@string);
 }
Exemplo n.º 2
0
 POS58Listen.PrintService.HelloWorldResponse POS58Listen.PrintService.OrderDataHttpGet.HelloWorld(POS58Listen.PrintService.HelloWorldRequest request)
 {
     return(base.Channel.HelloWorld(request));
 }