Ejemplo n.º 1
0
 public int sendSMSWithIDcc(string passport, string password, string countryCode, string number, string text)
 {
     IBBAV.WSTedexis.sendSMSWithIDccRequest inValue = new IBBAV.WSTedexis.sendSMSWithIDccRequest();
     inValue.passport    = passport;
     inValue.password    = password;
     inValue.countryCode = countryCode;
     inValue.number      = number;
     inValue.text        = text;
     IBBAV.WSTedexis.sendSMSWithIDccResponse retVal = ((IBBAV.WSTedexis.M4WSIntSRPortType)(this)).sendSMSWithIDcc(inValue);
     return(retVal.@return);
 }
Ejemplo n.º 2
0
 IBBAV.WSTedexis.sendSMSWithIDccResponse IBBAV.WSTedexis.M4WSIntSRPortType.sendSMSWithIDcc(IBBAV.WSTedexis.sendSMSWithIDccRequest request)
 {
     return(base.Channel.sendSMSWithIDcc(request));
 }