Exemplo n.º 1
0
 public int SendSMS(string account_name, string account_password, string User_ID, string Content, string Service_ID, string Command_Code, string Request_ID, string Message_Type, string Total_Message, string Message_Index, string IsMore, string Content_Type)
 {
     TestConsole.TestServiceMariaDB_112.SendSMSRequest inValue = new TestConsole.TestServiceMariaDB_112.SendSMSRequest();
     inValue.Body = new TestConsole.TestServiceMariaDB_112.SendSMSRequestBody();
     inValue.Body.account_name     = account_name;
     inValue.Body.account_password = account_password;
     inValue.Body.User_ID          = User_ID;
     inValue.Body.Content          = Content;
     inValue.Body.Service_ID       = Service_ID;
     inValue.Body.Command_Code     = Command_Code;
     inValue.Body.Request_ID       = Request_ID;
     inValue.Body.Message_Type     = Message_Type;
     inValue.Body.Total_Message    = Total_Message;
     inValue.Body.Message_Index    = Message_Index;
     inValue.Body.IsMore           = IsMore;
     inValue.Body.Content_Type     = Content_Type;
     TestConsole.TestServiceMariaDB_112.SendSMSResponse retVal = ((TestConsole.TestServiceMariaDB_112.SendMT2Soap)(this)).SendSMS(inValue);
     return(retVal.Body.SendSMSResult);
 }
Exemplo n.º 2
0
 TestConsole.TestServiceMariaDB_112.SendSMSResponse TestConsole.TestServiceMariaDB_112.SendMT2Soap.SendSMS(TestConsole.TestServiceMariaDB_112.SendSMSRequest request)
 {
     return(base.Channel.SendSMS(request));
 }