Ejemplo n.º 1
0
 public string MW_GB2312(string mobile)
 {
     SendMessage.SMSService.MW_GB2312Request inValue = new SendMessage.SMSService.MW_GB2312Request();
     inValue.Body        = new SendMessage.SMSService.MW_GB2312RequestBody();
     inValue.Body.mobile = mobile;
     SendMessage.SMSService.MW_GB2312Response retVal = ((SendMessage.SMSService.ServiceSmsSoap)(this)).MW_GB2312(inValue);
     return(retVal.Body.MW_GB2312Result);
 }
Ejemplo n.º 2
0
 SendMessage.SMSService.MW_GB2312Response SendMessage.SMSService.ServiceSmsSoap.MW_GB2312(SendMessage.SMSService.MW_GB2312Request request)
 {
     return(base.Channel.MW_GB2312(request));
 }