Exemple #1
0
 public string fileOutXls(string base64Code, string xlsNmae, string orderId, string testDate)
 {
     JKJC.KGMWebService.fileOutXls inValue = new JKJC.KGMWebService.fileOutXls();
     inValue.Body            = new JKJC.KGMWebService.fileOutXlsBody();
     inValue.Body.base64Code = base64Code;
     inValue.Body.xlsNmae    = xlsNmae;
     inValue.Body.orderId    = orderId;
     inValue.Body.testDate   = testDate;
     JKJC.KGMWebService.fileOutXlsResponse retVal = ((JKJC.KGMWebService.GmWebServlet)(this)).fileOutXls(inValue);
     return(retVal.Body.@return);
 }
Exemple #2
0
 JKJC.KGMWebService.fileOutXlsResponse JKJC.KGMWebService.GmWebServlet.fileOutXls(JKJC.KGMWebService.fileOutXls request)
 {
     return(base.Channel.fileOutXls(request));
 }