Esempio n. 1
0
 public System.Threading.Tasks.Task <MSXWallet.Plugin.Nfse.ProxyServiceNFse.RecepcionarLoteRpsSincronoResponse> RecepcionarLoteRpsSincronoAsync(string nfseCabecMsg, string nfseDadosMsg)
 {
     MSXWallet.Plugin.Nfse.ProxyServiceNFse.RecepcionarLoteRpsSincronoRequest inValue = new MSXWallet.Plugin.Nfse.ProxyServiceNFse.RecepcionarLoteRpsSincronoRequest();
     inValue.nfseCabecMsg = nfseCabecMsg;
     inValue.nfseDadosMsg = nfseDadosMsg;
     return(((MSXWallet.Plugin.Nfse.ProxyServiceNFse.NfseWSServiceSoap)(this)).RecepcionarLoteRpsSincronoAsync(inValue));
 }
Esempio n. 2
0
 public string RecepcionarLoteRpsSincrono(string nfseCabecMsg, string nfseDadosMsg)
 {
     MSXWallet.Plugin.Nfse.ProxyServiceNFse.RecepcionarLoteRpsSincronoRequest inValue = new MSXWallet.Plugin.Nfse.ProxyServiceNFse.RecepcionarLoteRpsSincronoRequest();
     inValue.nfseCabecMsg = nfseCabecMsg;
     inValue.nfseDadosMsg = nfseDadosMsg;
     MSXWallet.Plugin.Nfse.ProxyServiceNFse.RecepcionarLoteRpsSincronoResponse retVal = ((MSXWallet.Plugin.Nfse.ProxyServiceNFse.NfseWSServiceSoap)(this)).RecepcionarLoteRpsSincrono(inValue);
     return(retVal.outputXML);
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <MSXWallet.Plugin.Nfse.ProxyServiceNFse.RecepcionarLoteRpsSincronoResponse> MSXWallet.Plugin.Nfse.ProxyServiceNFse.NfseWSServiceSoap.RecepcionarLoteRpsSincronoAsync(MSXWallet.Plugin.Nfse.ProxyServiceNFse.RecepcionarLoteRpsSincronoRequest request)
 {
     return(base.Channel.RecepcionarLoteRpsSincronoAsync(request));
 }
Esempio n. 4
0
 MSXWallet.Plugin.Nfse.ProxyServiceNFse.RecepcionarLoteRpsSincronoResponse MSXWallet.Plugin.Nfse.ProxyServiceNFse.NfseWSServiceSoap.RecepcionarLoteRpsSincrono(MSXWallet.Plugin.Nfse.ProxyServiceNFse.RecepcionarLoteRpsSincronoRequest request)
 {
     return(base.Channel.RecepcionarLoteRpsSincrono(request));
 }