Questions tagged as 'nfe'

0
answers

Oracle PL / SQL - Connection with Webserver SEFAZ

Has anyone here been able to establish and authenticate SEFAZ (NF-e or Reinf) servers via PL / SQL with Oracle Wallet? For the last few weeks I have been trying to establish contact with these webservers, first with Oracle 11, and then with O...
asked by 01.08.2017 / 14:47
0
answers

HttpWebRequest - Retrieve NFe

I am accessing the link from the Fazenda website ( link ) in order to return the filled NFe. When I make the first request I get the Captcha but when I send the Captcha answer it always returns the error "The session has expired. Please consu...
asked by 04.01.2017 / 14:29
1
answer

500 error consuming webservice NFeDistribuicaoDFe

All services are working on my component, only this error service when trying to consume, it follows my XML soap that I am sending <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/...
asked by 31.07.2016 / 21:12
0
answers

NFe Paulista CURL

I'm having the following problem to perform invoice issue: Unable to handle request. The action 'https://nfe.prefeitura.sp.gov.br/ws/lotenfe.asmx?WSDL' was not recognized. This is my submission XML: <?xml version="1.0" encoding="UTF-8"...
asked by 02.12.2015 / 14:57
2
answers

Error 500 when consuming NFeDistribuicaoDFe [closed]

I'm trying to consume the NFE download service on the farm: link Specification link Using .Net, C #, MVC But I have gotten the following error: The remote server returned an error: (500) Internal Server Error. The messag...
asked by 08.01.2016 / 15:32
0
answers

Electronic Invoice in Java [closed]

I have a web system in java that controls the sale of pharmaceuticals and now I need to implement the NFe in this system. I would like to know if there are any courses, libraries or even some example where I can base it?     
asked by 15.06.2015 / 14:13
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
2
answers

How to Read and Convert .xsd Extension File to a C # Class

How to Read and Convert .xsd Extension File to a C # Class In order to do this and convert the site schema to make it possible to generate an xml with correct schema to be able to issue NFE.     
asked by 04.07.2017 / 19:05
3
answers

NFe issue by Android application

Good afternoon, I have to start a project where I will integrate the option to issue an NFe into an Android sales application . What is the best way to start this process, would it be to complete the whole process on Android or through a...
asked by 22.05.2017 / 21:02
2
answers

Process NFe XML in Python

I have the following code that aims to fetch a particular node from an Electronic Invoice XML, but without success. I tested it with other XMLs and it worked. import xml.etree.ElementTree as ET tree = ET.parse("nfe.xml") doc = tree.getroot()...
asked by 01.06.2016 / 10:41