Example #1
0
 public System.Threading.Tasks.Task <WebApplication3.RecepcaoLoteReinf.ReceberLoteEventosResponse> ReceberLoteEventosAsync(System.Xml.Linq.XElement loteEventos)
 {
     WebApplication3.RecepcaoLoteReinf.ReceberLoteEventosRequest inValue = new WebApplication3.RecepcaoLoteReinf.ReceberLoteEventosRequest();
     inValue.Body             = new WebApplication3.RecepcaoLoteReinf.ReceberLoteEventosRequestBody();
     inValue.Body.loteEventos = loteEventos;
     return(((WebApplication3.RecepcaoLoteReinf.RecepcaoLoteReinf)(this)).ReceberLoteEventosAsync(inValue));
 }
Example #2
0
 public System.Xml.Linq.XElement ReceberLoteEventos(System.Xml.Linq.XElement loteEventos)
 {
     WebApplication3.RecepcaoLoteReinf.ReceberLoteEventosRequest inValue = new WebApplication3.RecepcaoLoteReinf.ReceberLoteEventosRequest();
     inValue.Body             = new WebApplication3.RecepcaoLoteReinf.ReceberLoteEventosRequestBody();
     inValue.Body.loteEventos = loteEventos;
     WebApplication3.RecepcaoLoteReinf.ReceberLoteEventosResponse retVal = ((WebApplication3.RecepcaoLoteReinf.RecepcaoLoteReinf)(this)).ReceberLoteEventos(inValue);
     return(retVal.Body.ReceberLoteEventosResult);
 }
Example #3
0
 System.Threading.Tasks.Task <WebApplication3.RecepcaoLoteReinf.ReceberLoteEventosResponse> WebApplication3.RecepcaoLoteReinf.RecepcaoLoteReinf.ReceberLoteEventosAsync(WebApplication3.RecepcaoLoteReinf.ReceberLoteEventosRequest request)
 {
     return(base.Channel.ReceberLoteEventosAsync(request));
 }
Example #4
0
 WebApplication3.RecepcaoLoteReinf.ReceberLoteEventosResponse WebApplication3.RecepcaoLoteReinf.RecepcaoLoteReinf.ReceberLoteEventos(WebApplication3.RecepcaoLoteReinf.ReceberLoteEventosRequest request)
 {
     return(base.Channel.ReceberLoteEventos(request));
 }