示例#1
0
 public string getAthCodeInfo(string athCode)
 {
     BAW.TransferDailyTransaction.ServiceReference1.getAthCodeInfoRequest inValue = new BAW.TransferDailyTransaction.ServiceReference1.getAthCodeInfoRequest();
     inValue.Body         = new BAW.TransferDailyTransaction.ServiceReference1.getAthCodeInfoRequestBody();
     inValue.Body.athCode = athCode;
     BAW.TransferDailyTransaction.ServiceReference1.getAthCodeInfoResponse retVal = ((BAW.TransferDailyTransaction.ServiceReference1.Service1Soap)(this)).getAthCodeInfo(inValue);
     return(retVal.Body.getAthCodeInfoResult);
 }
示例#2
0
 BAW.TransferDailyTransaction.ServiceReference1.getAthCodeInfoResponse BAW.TransferDailyTransaction.ServiceReference1.Service1Soap.getAthCodeInfo(BAW.TransferDailyTransaction.ServiceReference1.getAthCodeInfoRequest request)
 {
     return(base.Channel.getAthCodeInfo(request));
 }