Questions tagged as 'nfe'

2
answers

Sending NFe to MG in Version 3.10

After the tips I changed the code of the method as well as applied the corrections in the web service changing from: System.Xml.Serialization.XmlArrayItemAttribute("retEnviNFe", IsNullable:=False) To: System.Xml.Serialization.XmlArrayItem...
asked by 28.02.2015 / 23:40
0
answers

Error with certificate when issuing NFC-e

I'm trying to issue a tax coupon in PHP using sped-nfe. The xml files are being generated. Signed Xmls are also, at the time of sending the recipe, I get the following error: {"error":"Envio: An error occurred while trying to communication via...
asked by 05.10.2018 / 14:32
1
answer

Issuance of NF-e 4.0: Goiás (C # / Net)

I'm updating the NF-e communication for some clients and in general I'm not having problems for licensors like Rio Grande do Sul and São Paulo, for example. But I can not make Goias work at all. Namely, I made a simple Console Application,...
asked by 25.07.2018 / 00:54
1
answer

How to send an XML from an NFEc to the server of homologation of the series using C # through the webservice NfeAutorizacao?

I have already added the references in the project, my code looks like this: public string EnviaSefaz(XmlNode xml, string url, string metodo) { try { ServicePointManager.SecurityProtocol = SecurityProtocolType...
asked by 04.05.2018 / 05:06
0
answers

Use certificates in the Azure web application after the Brazilian Root intermediate chain v5 has been updated to authorize NFe

I have a web application on Azure. I have A1 model certificates with the certification chain still Brazilian Root v2. The Revenue WebServices have been updated to use the new certification chain as per information on the revenue site itself: li...
asked by 21.11.2017 / 13:26
0
answers

Retrieving reCAPTCHA in Delphi application [closed]

I have a Delphi application that retrieves reCAPTCHA (not a robot) from the Farm website to be able to download XML from the electronic invoice, but on some computers when I open the form the system stops working, how can I solve it this problem...
asked by 31.10.2017 / 18:47
0
answers

Consultation NFE site http://www.nfe.fazenda.gov.br/portal/consultaRecaptcha.aspx?tipoConsulta=completa&tipoConteudo=XbSeqxE8pl8= [closed]

I used to feed my system with the data of the note informing the key of the note and the captcha, But with the move to reCaptcha it is no longer possible. How can I do this using WebService in PHP? Someone has some examples     
asked by 06.11.2017 / 20:43
0
answers

NF-e in Delphi accessing WSDL

NF-e in Delphi accessing WSDL. I'm not experimenting on accessing servers in WSDL, nor NFe. I have available some encapsulated methods reported to be used in Delphi . The method I'm trying to access is this: function RecepcionarLote...
asked by 24.05.2017 / 17:31
1
answer

Digital signature from RPS to NFe. Signature

Digital signature from RPS to NFe. Signature. To process the SOAP request for NFe, it is necessary to fill in some TAGs correctly. What I'm missing is filling in the TAGs: DigestValue, SignatureValue, and X509Certificate. Certificate is al...
asked by 29.05.2017 / 21:26
1
answer

Authorization Return NFE 3.10 (MG) C #

I'm having a hard time returning the NF-e authorization using C # (Visual Studio 2008). You are returning an empty object. To make the WS call I'm using the following code: public string NFeAutorizacao(string XmlEnvio, string VersaoSchema,...
asked by 13.02.2015 / 14:12