Example #1
0
 public string SendSMS(ServiceControlUi.SMS_API.SendSMSClass myClass)
 {
     ServiceControlUi.SMS_API.SendSMSRequest inValue = new ServiceControlUi.SMS_API.SendSMSRequest();
     inValue.Body         = new ServiceControlUi.SMS_API.SendSMSRequestBody();
     inValue.Body.myClass = myClass;
     ServiceControlUi.SMS_API.SendSMSResponse retVal = ((ServiceControlUi.SMS_API.EricWebServicesSoap)(this)).SendSMS(inValue);
     return(retVal.Body.SendSMSResult);
 }
Example #2
0
 public SendSMSRequestBody(ServiceControlUi.SMS_API.SendSMSClass myClass)
 {
     this.myClass = myClass;
 }
Example #3
0
 public System.Threading.Tasks.Task <ServiceControlUi.SMS_API.SendSMSResponse> SendSMSAsync(ServiceControlUi.SMS_API.SendSMSClass myClass)
 {
     ServiceControlUi.SMS_API.SendSMSRequest inValue = new ServiceControlUi.SMS_API.SendSMSRequest();
     inValue.Body         = new ServiceControlUi.SMS_API.SendSMSRequestBody();
     inValue.Body.myClass = myClass;
     return(((ServiceControlUi.SMS_API.EricWebServicesSoap)(this)).SendSMSAsync(inValue));
 }