Exemple #1
0
 public void fileCheck(WCF_Server.JEEService.msg msg)
 {
     WCF_Server.JEEService.fileCheckRequest inValue = new WCF_Server.JEEService.fileCheckRequest();
     inValue.msg = msg;
     WCF_Server.JEEService.fileCheckResponse1 retVal = ((WCF_Server.JEEService.IFileWebService)(this)).fileCheck(inValue);
 }
Exemple #2
0
 WCF_Server.JEEService.fileCheckResponse1 WCF_Server.JEEService.IFileWebService.fileCheck(WCF_Server.JEEService.fileCheckRequest request)
 {
     return(base.Channel.fileCheck(request));
 }