Beispiel #1
0
 public string HelloWorld()
 {
     cPos.Dex.WsService.AP.APBasicServiceReference.HelloWorldRequest inValue = new cPos.Dex.WsService.AP.APBasicServiceReference.HelloWorldRequest();
     inValue.Body = new cPos.Dex.WsService.AP.APBasicServiceReference.HelloWorldRequestBody();
     cPos.Dex.WsService.AP.APBasicServiceReference.HelloWorldResponse retVal = ((cPos.Dex.WsService.AP.APBasicServiceReference.BasicServiceSoap)(this)).HelloWorld(inValue);
     return(retVal.Body.HelloWorldResult);
 }
Beispiel #2
0
 cPos.Dex.WsService.AP.APBasicServiceReference.HelloWorldResponse cPos.Dex.WsService.AP.APBasicServiceReference.BasicServiceSoap.HelloWorld(cPos.Dex.WsService.AP.APBasicServiceReference.HelloWorldRequest request)
 {
     return(base.Channel.HelloWorld(request));
 }