예제 #1
0
 public System.Threading.Tasks.Task <MSXWallet.Plugin.Nfse.ProxyServiceNFse.RecepcionarLoteRpsResponse> RecepcionarLoteRpsAsync(string nfseCabecMsg, string nfseDadosMsg)
 {
     MSXWallet.Plugin.Nfse.ProxyServiceNFse.RecepcionarLoteRpsRequest inValue = new MSXWallet.Plugin.Nfse.ProxyServiceNFse.RecepcionarLoteRpsRequest();
     inValue.nfseCabecMsg = nfseCabecMsg;
     inValue.nfseDadosMsg = nfseDadosMsg;
     return(((MSXWallet.Plugin.Nfse.ProxyServiceNFse.NfseWSServiceSoap)(this)).RecepcionarLoteRpsAsync(inValue));
 }
예제 #2
0
 public string RecepcionarLoteRps(string nfseCabecMsg, string nfseDadosMsg)
 {
     MSXWallet.Plugin.Nfse.ProxyServiceNFse.RecepcionarLoteRpsRequest inValue = new MSXWallet.Plugin.Nfse.ProxyServiceNFse.RecepcionarLoteRpsRequest();
     inValue.nfseCabecMsg = nfseCabecMsg;
     inValue.nfseDadosMsg = nfseDadosMsg;
     MSXWallet.Plugin.Nfse.ProxyServiceNFse.RecepcionarLoteRpsResponse retVal = ((MSXWallet.Plugin.Nfse.ProxyServiceNFse.NfseWSServiceSoap)(this)).RecepcionarLoteRps(inValue);
     return(retVal.outputXML);
 }
예제 #3
0
 System.Threading.Tasks.Task <MSXWallet.Plugin.Nfse.ProxyServiceNFse.RecepcionarLoteRpsResponse> MSXWallet.Plugin.Nfse.ProxyServiceNFse.NfseWSServiceSoap.RecepcionarLoteRpsAsync(MSXWallet.Plugin.Nfse.ProxyServiceNFse.RecepcionarLoteRpsRequest request)
 {
     return(base.Channel.RecepcionarLoteRpsAsync(request));
 }
예제 #4
0
 MSXWallet.Plugin.Nfse.ProxyServiceNFse.RecepcionarLoteRpsResponse MSXWallet.Plugin.Nfse.ProxyServiceNFse.NfseWSServiceSoap.RecepcionarLoteRps(MSXWallet.Plugin.Nfse.ProxyServiceNFse.RecepcionarLoteRpsRequest request)
 {
     return(base.Channel.RecepcionarLoteRps(request));
 }