Example #1
0
 public int sendSMSWithID(string passport, string password, string number, string text)
 {
     IBBAV.WSTedexis.sendSMSWithIDRequest inValue = new IBBAV.WSTedexis.sendSMSWithIDRequest();
     inValue.passport = passport;
     inValue.password = password;
     inValue.number   = number;
     inValue.text     = text;
     IBBAV.WSTedexis.sendSMSWithIDResponse retVal = ((IBBAV.WSTedexis.M4WSIntSRPortType)(this)).sendSMSWithID(inValue);
     return(retVal.@return);
 }
Example #2
0
 IBBAV.WSTedexis.sendSMSWithIDResponse IBBAV.WSTedexis.M4WSIntSRPortType.sendSMSWithID(IBBAV.WSTedexis.sendSMSWithIDRequest request)
 {
     return(base.Channel.sendSMSWithID(request));
 }