示例#1
0
 public string ftpFeedback(string paramXml)
 {
     CPFtpFeedbackService.ftpFeedback inValue = new CPFtpFeedbackService.ftpFeedback();
     inValue.Body          = new CPFtpFeedbackService.ftpFeedbackBody();
     inValue.Body.paramXml = paramXml;
     CPFtpFeedbackService.ftpFeedbackResponse retVal = ((CPFtpFeedbackService.ICPFtpFeedback)(this)).ftpFeedback(inValue);
     return(retVal.Body.@return);
 }
示例#2
0
 CPFtpFeedbackService.ftpFeedbackResponse CPFtpFeedbackService.ICPFtpFeedback.ftpFeedback(CPFtpFeedbackService.ftpFeedback request)
 {
     return(base.Channel.ftpFeedback(request));
 }