Example #1
0
 public SystemInterface.DanskeBankEdiService.DownloadFileListResponse downloadFileList(SystemInterface.DanskeBankEdiService.DownloadFileListRequest downloadFileListin)
 {
     SystemInterface.DanskeBankEdiService.downloadFileListRequest1 inValue = new SystemInterface.DanskeBankEdiService.downloadFileListRequest1();
     inValue.downloadFileListin = downloadFileListin;
     SystemInterface.DanskeBankEdiService.downloadFileListResponse1 retVal = ((SystemInterface.DanskeBankEdiService.CorporateFileServicePortType)(this)).downloadFileList(inValue);
     return(retVal.downloadFileListout);
 }
Example #2
0
 public System.Threading.Tasks.Task <SystemInterface.DanskeBankEdiService.downloadFileListResponse1> downloadFileListAsync(SystemInterface.DanskeBankEdiService.DownloadFileListRequest downloadFileListin)
 {
     SystemInterface.DanskeBankEdiService.downloadFileListRequest1 inValue = new SystemInterface.DanskeBankEdiService.downloadFileListRequest1();
     inValue.downloadFileListin = downloadFileListin;
     return(((SystemInterface.DanskeBankEdiService.CorporateFileServicePortType)(this)).downloadFileListAsync(inValue));
 }
Example #3
0
 System.Threading.Tasks.Task <SystemInterface.DanskeBankEdiService.downloadFileListResponse1> SystemInterface.DanskeBankEdiService.CorporateFileServicePortType.downloadFileListAsync(SystemInterface.DanskeBankEdiService.downloadFileListRequest1 request)
 {
     return(base.Channel.downloadFileListAsync(request));
 }
Example #4
0
 SystemInterface.DanskeBankEdiService.downloadFileListResponse1 SystemInterface.DanskeBankEdiService.CorporateFileServicePortType.downloadFileList(SystemInterface.DanskeBankEdiService.downloadFileListRequest1 request)
 {
     return(base.Channel.downloadFileList(request));
 }