Hi,
I would like to import the complete NCM code table into my system, but apparently the recipe does not provide a friendly format to import (CSV, text, inserts, etc).
Does anyone know of a source where I can find this?
I am trying to perform the service status query for NFe 3.10 but is always returning the following message:
The HTTP request is prohibited with the authentication scheme of
customer 'Anonymous'.
I'm using Visual Studio 2012 and .NET...
I'm trying to select nós , but you're giving Access Violation error, what could I improve on this code so there's no error?
procedure TfrmDataB.sbtnAbrirClick(Sender: TObject);
var
xmlNCab, xmlNItm : IXMLNode;
//Nota Fiscal
cNF, n...
The electronic invoice generates a qr-code from a url. This url has several parameters, one of them is the date and time of the issue, which according to the revenue documentation reads:
The value should match the conversion to hexadecimal...
I'm trying to issue NFe using SEFAZ RS's webservice, however it's generating some errors when I call the nfeAutorizacaoLote method.
It looks like the error is in the webservice configuration.
By referencing URL for Visual Studio, the...
Hello! I am trying to access the SOAP service of homologation of the IRS to execute the service status query, I have already made all possible combinations (including those present in the last one manual published) in the SOAP construct and uns...
I have an NFe and NFCe issue system that we use for several RS clients. A few months ago, the company moved the webservices structure, so they also provided new URLs for access to the service (the old ones continue to run until the end of 2015)....
I have an error that I can not figure out what it is. I got the SWDL from NfeAuthorization (homologation) and used Axis2 to generate the classes. I solved some import and lib problems, but there are still some problems.
Excerpt from the code...
Use UniNFe for communication with Sefaz. I was able to conduct the event of consultation of the documents of the recipient and obtained the return of the summary information and the NSU. But I can not download the layout of the download reque...
I am testing NFe 3.10 for MG, the webservice for authorization is different and expects an object of type nfeDadosMsg that has an NFe array.
In the others I always send an XmlNode with the whole lot, already in MG I put each note in an array pos...