Beispiel #1
0
 public System.Threading.Tasks.Task <MSXWallet.Plugin.Nfse.ProxyServiceNFse.ConsultarLoteRpsResponse> ConsultarLoteRpsAsync(string nfseCabecMsg, string nfseDadosMsg)
 {
     MSXWallet.Plugin.Nfse.ProxyServiceNFse.ConsultarLoteRpsRequest inValue = new MSXWallet.Plugin.Nfse.ProxyServiceNFse.ConsultarLoteRpsRequest();
     inValue.nfseCabecMsg = nfseCabecMsg;
     inValue.nfseDadosMsg = nfseDadosMsg;
     return(((MSXWallet.Plugin.Nfse.ProxyServiceNFse.NfseWSServiceSoap)(this)).ConsultarLoteRpsAsync(inValue));
 }
Beispiel #2
0
 public string ConsultarLoteRps(string nfseCabecMsg, string nfseDadosMsg)
 {
     MSXWallet.Plugin.Nfse.ProxyServiceNFse.ConsultarLoteRpsRequest inValue = new MSXWallet.Plugin.Nfse.ProxyServiceNFse.ConsultarLoteRpsRequest();
     inValue.nfseCabecMsg = nfseCabecMsg;
     inValue.nfseDadosMsg = nfseDadosMsg;
     MSXWallet.Plugin.Nfse.ProxyServiceNFse.ConsultarLoteRpsResponse retVal = ((MSXWallet.Plugin.Nfse.ProxyServiceNFse.NfseWSServiceSoap)(this)).ConsultarLoteRps(inValue);
     return(retVal.outputXML);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <MSXWallet.Plugin.Nfse.ProxyServiceNFse.ConsultarLoteRpsResponse> MSXWallet.Plugin.Nfse.ProxyServiceNFse.NfseWSServiceSoap.ConsultarLoteRpsAsync(MSXWallet.Plugin.Nfse.ProxyServiceNFse.ConsultarLoteRpsRequest request)
 {
     return(base.Channel.ConsultarLoteRpsAsync(request));
 }
Beispiel #4
0
 MSXWallet.Plugin.Nfse.ProxyServiceNFse.ConsultarLoteRpsResponse MSXWallet.Plugin.Nfse.ProxyServiceNFse.NfseWSServiceSoap.ConsultarLoteRps(MSXWallet.Plugin.Nfse.ProxyServiceNFse.ConsultarLoteRpsRequest request)
 {
     return(base.Channel.ConsultarLoteRps(request));
 }