Exemple #1
0
 public string getReplyData(string arg0, string arg1)
 {
     Common.ServiceReference1.getReplyData inValue = new Common.ServiceReference1.getReplyData();
     inValue.Body      = new Common.ServiceReference1.getReplyDataBody();
     inValue.Body.arg0 = arg0;
     inValue.Body.arg1 = arg1;
     Common.ServiceReference1.getReplyDataResponse retVal = ((Common.ServiceReference1.SendsmsWebService)(this)).getReplyData(inValue);
     return(retVal.Body.@return);
 }
Exemple #2
0
 Common.ServiceReference1.getReplyDataResponse Common.ServiceReference1.SendsmsWebService.getReplyData(Common.ServiceReference1.getReplyData request)
 {
     return(base.Channel.getReplyData(request));
 }