Пример #1
0
 public System.Threading.Tasks.Task <IntegradorService.apiEnviaXML.EnviarLoteEventosResponse> EnviarLoteEventosAsync(System.Xml.Linq.XElement loteEventos)
 {
     IntegradorService.apiEnviaXML.EnviarLoteEventosRequest inValue = new IntegradorService.apiEnviaXML.EnviarLoteEventosRequest();
     inValue.Body             = new IntegradorService.apiEnviaXML.EnviarLoteEventosRequestBody();
     inValue.Body.loteEventos = loteEventos;
     return(((IntegradorService.apiEnviaXML.ServicoEnviarLoteEventos)(this)).EnviarLoteEventosAsync(inValue));
 }
Пример #2
0
 public System.Xml.Linq.XElement EnviarLoteEventos(System.Xml.Linq.XElement loteEventos)
 {
     IntegradorService.apiEnviaXML.EnviarLoteEventosRequest inValue = new IntegradorService.apiEnviaXML.EnviarLoteEventosRequest();
     inValue.Body             = new IntegradorService.apiEnviaXML.EnviarLoteEventosRequestBody();
     inValue.Body.loteEventos = loteEventos;
     IntegradorService.apiEnviaXML.EnviarLoteEventosResponse retVal = ((IntegradorService.apiEnviaXML.ServicoEnviarLoteEventos)(this)).EnviarLoteEventos(inValue);
     return(retVal.Body.EnviarLoteEventosResult);
 }
Пример #3
0
 System.Threading.Tasks.Task <IntegradorService.apiEnviaXML.EnviarLoteEventosResponse> IntegradorService.apiEnviaXML.ServicoEnviarLoteEventos.EnviarLoteEventosAsync(IntegradorService.apiEnviaXML.EnviarLoteEventosRequest request)
 {
     return(base.Channel.EnviarLoteEventosAsync(request));
 }
Пример #4
0
 IntegradorService.apiEnviaXML.EnviarLoteEventosResponse IntegradorService.apiEnviaXML.ServicoEnviarLoteEventos.EnviarLoteEventos(IntegradorService.apiEnviaXML.EnviarLoteEventosRequest request)
 {
     return(base.Channel.EnviarLoteEventos(request));
 }