Consultation for Electronic Invoice?

0

I'm trying to make a query for NFe RJ, but I'm getting an error.

File that I generated for request 33141108887109000102550010000010141000010140.xml , with content:

<consSitNFe versao="2.00" 
xmlns="http://www.portalfiscal.inf.br/nfe">
<tpAmb>1</tpAmb>
<xServ>CONSULTAR</xServ><
chNFe>33141108887109000102550010000010141000010140</chNFe>
</consSitNFe>

Uninfe returning error message:

ErrorCode|0000000000
Message|Não pode identificar o tipo de serviço baseado no arquivo C:\Fabrication_Arquivos\Nfe-Envio\Temp141108887109000102550010000010141000010140.xml
StackTrace|   em NFe.Service.Processar.ProcessaArquivo(Int32 emp, String arquivo)
Source|NFe.Service
Type|System.Exception
TargetSite|Void ProcessaArquivo(Int32, System.String)
HashCode|38583594
    
asked by anonymous 25.11.2014 / 17:22

1 answer

1

Try to compile and debug Uninfe on your machine. His source code is here:

  

link

This is an SVN repository. You can use TortoiseSVN to get the source .

    
25.11.2014 / 21:40