Example #1
0
 public string MongateCsSpSendSmsNew(
     string userId,
     string password,
     string pszMobis,
     string pszMsg,
     int iMobiCount,
     string pszSubPort,
     string SvrType,
     string Param1,
     string Param2,
     string Param3,
     string Param4,
     string MsgId,
     int ModuleId,
     string Attime,
     string Validtime,
     int RptFlag)
 {
     AxSRL.SMS.SMS.MongateCsSpSendSmsNewRequest inValue = new AxSRL.SMS.SMS.MongateCsSpSendSmsNewRequest();
     inValue.Body            = new AxSRL.SMS.SMS.MongateCsSpSendSmsNewRequestBody();
     inValue.Body.userId     = userId;
     inValue.Body.password   = password;
     inValue.Body.pszMobis   = pszMobis;
     inValue.Body.pszMsg     = pszMsg;
     inValue.Body.iMobiCount = iMobiCount;
     inValue.Body.pszSubPort = pszSubPort;
     inValue.Body.SvrType    = SvrType;
     inValue.Body.Param1     = Param1;
     inValue.Body.Param2     = Param2;
     inValue.Body.Param3     = Param3;
     inValue.Body.Param4     = Param4;
     inValue.Body.MsgId      = MsgId;
     inValue.Body.ModuleId   = ModuleId;
     inValue.Body.Attime     = Attime;
     inValue.Body.Validtime  = Validtime;
     inValue.Body.RptFlag    = RptFlag;
     AxSRL.SMS.SMS.MongateCsSpSendSmsNewResponse retVal = ((AxSRL.SMS.SMS.wmgwSoap)(this)).MongateCsSpSendSmsNew(inValue);
     return(retVal.Body.MongateCsSpSendSmsNewResult);
 }
Example #2
0
 System.Threading.Tasks.Task <AxSRL.SMS.SMS.MongateCsSpSendSmsNewResponse> AxSRL.SMS.SMS.wmgwSoap.MongateCsSpSendSmsNewAsync(AxSRL.SMS.SMS.MongateCsSpSendSmsNewRequest request)
 {
     return(base.Channel.MongateCsSpSendSmsNewAsync(request));
 }
Example #3
0
 AxSRL.SMS.SMS.MongateCsSpSendSmsNewResponse AxSRL.SMS.SMS.wmgwSoap.MongateCsSpSendSmsNew(AxSRL.SMS.SMS.MongateCsSpSendSmsNewRequest request)
 {
     return(base.Channel.MongateCsSpSendSmsNew(request));
 }