Beispiel #1
0
 public string send_elearning_sms(string message_template, string destination_mobile_no, string driver_id, string driver_name, string Param1, string Param2, string Param3, string Param4, string Param5, string Param6, string user_name, string pwd, string mode)
 {
     eLearning.Common.SMSService.send_elearning_smsRequest inValue = new eLearning.Common.SMSService.send_elearning_smsRequest();
     inValue.Body = new eLearning.Common.SMSService.send_elearning_smsRequestBody();
     inValue.Body.message_template      = message_template;
     inValue.Body.destination_mobile_no = destination_mobile_no;
     inValue.Body.driver_id             = driver_id;
     inValue.Body.driver_name           = driver_name;
     inValue.Body.Param1    = Param1;
     inValue.Body.Param2    = Param2;
     inValue.Body.Param3    = Param3;
     inValue.Body.Param4    = Param4;
     inValue.Body.Param5    = Param5;
     inValue.Body.Param6    = Param6;
     inValue.Body.user_name = user_name;
     inValue.Body.pwd       = pwd;
     inValue.Body.mode      = mode;
     eLearning.Common.SMSService.send_elearning_smsResponse retVal = ((eLearning.Common.SMSService.sms_elearningSoap)(this)).send_elearning_sms(inValue);
     return(retVal.Body.send_elearning_smsResult);
 }
Beispiel #2
0
 eLearning.Common.SMSService.send_elearning_smsResponse eLearning.Common.SMSService.sms_elearningSoap.send_elearning_sms(eLearning.Common.SMSService.send_elearning_smsRequest request)
 {
     return(base.Channel.send_elearning_sms(request));
 }