Example #1
0
 public System.Threading.Tasks.Task <WebAppSer.ServiceActividades.stInserActResponse> stInserActAsync(string Descr, string Email)
 {
     WebAppSer.ServiceActividades.stInserActRequest inValue = new WebAppSer.ServiceActividades.stInserActRequest();
     inValue.Body       = new WebAppSer.ServiceActividades.stInserActRequestBody();
     inValue.Body.Descr = Descr;
     inValue.Body.Email = Email;
     return(((WebAppSer.ServiceActividades.WebServiceTestSoap)(this)).stInserActAsync(inValue));
 }
Example #2
0
 public string stInserAct(string Descr, string Email)
 {
     WebAppSer.ServiceActividades.stInserActRequest inValue = new WebAppSer.ServiceActividades.stInserActRequest();
     inValue.Body       = new WebAppSer.ServiceActividades.stInserActRequestBody();
     inValue.Body.Descr = Descr;
     inValue.Body.Email = Email;
     WebAppSer.ServiceActividades.stInserActResponse retVal = ((WebAppSer.ServiceActividades.WebServiceTestSoap)(this)).stInserAct(inValue);
     return(retVal.Body.stInserActResult);
 }
Example #3
0
 System.Threading.Tasks.Task <WebAppSer.ServiceActividades.stInserActResponse> WebAppSer.ServiceActividades.WebServiceTestSoap.stInserActAsync(WebAppSer.ServiceActividades.stInserActRequest request)
 {
     return(base.Channel.stInserActAsync(request));
 }
Example #4
0
 WebAppSer.ServiceActividades.stInserActResponse WebAppSer.ServiceActividades.WebServiceTestSoap.stInserAct(WebAppSer.ServiceActividades.stInserActRequest request)
 {
     return(base.Channel.stInserAct(request));
 }