Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <NFBusiness.NfseWSService.RecepcionarLoteRpsResponse> RecepcionarLoteRpsAsync(string nfseCabecMsg, string nfseDadosMsg)
 {
     NFBusiness.NfseWSService.RecepcionarLoteRpsRequest inValue = new NFBusiness.NfseWSService.RecepcionarLoteRpsRequest();
     inValue.nfseCabecMsg = nfseCabecMsg;
     inValue.nfseDadosMsg = nfseDadosMsg;
     return(((NFBusiness.NfseWSService.NfseWSServiceSoap)(this)).RecepcionarLoteRpsAsync(inValue));
 }
Ejemplo n.º 2
0
 public string RecepcionarLoteRps(string nfseCabecMsg, string nfseDadosMsg)
 {
     NFBusiness.NfseWSService.RecepcionarLoteRpsRequest inValue = new NFBusiness.NfseWSService.RecepcionarLoteRpsRequest();
     inValue.nfseCabecMsg = nfseCabecMsg;
     inValue.nfseDadosMsg = nfseDadosMsg;
     NFBusiness.NfseWSService.RecepcionarLoteRpsResponse retVal = ((NFBusiness.NfseWSService.NfseWSServiceSoap)(this)).RecepcionarLoteRps(inValue);
     return(retVal.outputXML);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <NFBusiness.NfseWSService.RecepcionarLoteRpsResponse> NFBusiness.NfseWSService.NfseWSServiceSoap.RecepcionarLoteRpsAsync(NFBusiness.NfseWSService.RecepcionarLoteRpsRequest request)
 {
     return(base.Channel.RecepcionarLoteRpsAsync(request));
 }
Ejemplo n.º 4
0
 NFBusiness.NfseWSService.RecepcionarLoteRpsResponse NFBusiness.NfseWSService.NfseWSServiceSoap.RecepcionarLoteRps(NFBusiness.NfseWSService.RecepcionarLoteRpsRequest request)
 {
     return(base.Channel.RecepcionarLoteRps(request));
 }