Questions tagged as 'nfe'

5
answers

Java Library for Brazilian Electronic Nota Fiscal (NFe)

I have been developing a business management system for some time. I need to add to it the functionality of electronic invoice issuance in the Brazilian standard. Is there a well-tested and preferably free and open source Java library that wi...
asked by 12.12.2013 / 18:13
3
answers

Reading XML NFe?

I'm doing an XML reading from Nfe however, I'm currently reading and playing in a txt , but I can not read those tags below: <?xml version="1.0" encoding="UTF-8"?> <nfeProc xmlns="http://www.portalfiscal.inf.br/nfe" versao="2....
asked by 16.12.2014 / 17:05
1
answer

Sending NFe to MG in Version 3.10

To send the XML from an NFe to MG in version 2.0 I do it as follows: Public Function enviaNFe2(ByVal NumeroDoLote As Integer, ByVal ListiView As ListView, ByVal Label As ToolStripStatusLabel) As Boolean Dim ret As Boolean = False Dim x...
asked by 25.01.2015 / 20:28
4
answers

.NET C # IIS Request aborted: Could not create a secure channel for SSL / TLS

Srs, I'm trying to communicate with the recipe server / SEFAZ using an A1 certificate through an MVC5 C # application on an IIS 8 server, in the pool with my user's identity. The certificate is installed and I have already performed the tests...
asked by 29.08.2015 / 00:19
1
answer

Consume WebService NFeDistribuicaoDFe - VB.NET or C # - Manifestation / Download NFe

On the National NFe website ( link ) I already have one software made in VB.NET that consumes WEBSERVICES ( NfeConsultaDest E NfeDownloadNF ) but due to a new technical standard these webservices will be discontinued....
asked by 01.02.2017 / 18:42
2
answers

NFe - private and public key reading applet

I need to develop a system for issuing electronic invoices. My big problem is that this system needs to meet the A3 certificate (card) and as far as I've been reading with php it's still not possible to capture the private key and publish the ca...
asked by 07.08.2014 / 21:47
1
answer

How to issue the XML from NFe to SEFAZ WS using C #?

I have been doing a lot of research, reading various source codes from other languages and I have never found an answer to my question, what method of SEFAZ web services should I call? I'm working with this WS http://nfe.fazenda.mg.gov.br/...
asked by 08.10.2014 / 15:34
1
answer

Error in the XML signature of NFs-e Belo Horizonte

I am developing the integration of a system to issue Nfse to Belo Horizonte are happening 2 situations that only with this prefecture that I have developed are happening, already we have integrated several prefectures and this is the one that is...
asked by 07.11.2014 / 18:05
1
answer

Generate Danfe from NFe XML [closed]

I'm developing a ASP.NET MVC application with C# and need to transform XML of NF-e to Danfe in PDF , does anyone know any component for this?     
asked by 27.01.2016 / 11:00
2
answers

Login to the NFe portal with cURL and PHP

I've done a lot of research on this and so far I have not been able to do anything concrete. Is this possible? I want to make a form with the access key field and the captcha code to fill out. soon this data will be sent to the nfe portal and...
asked by 08.05.2014 / 13:57