Posts by Glauber A A • 315 points
9 posts
-
2
votes2
answers2325
viewsQ: Error 500 when consuming Nfedistribuicaodfe
I’m trying to consume the NFE download service on the farm: https://www1.nfe.fazenda.gov.br/NFeDistribuicaoDFe/NFeDistribuicaoDFe.asmx Specification…
-
0
votes1
answer1021
viewsA: When consuming Recepcaoevent Error 215 Rejection: XML Schema Failure
I managed to find the solution, Just like the example of RS I should : Have used namespace in tag Signatura Have used the URI in the Reference tag with the id #[id of the infEvento tag] The…
-
0
votes1
answer1021
viewsQ: When consuming Recepcaoevent Error 215 Rejection: XML Schema Failure
I am trying to consume the event reception service on the farm, specifically inform science about an NFE: https://www.nfe.fazenda.gov.br/RecepcaoEvento/RecepcaoEvento.asmx But I got the following…
-
3
votes1
answer1677
viewsA: Error 242 while consuming Nfedownloadnf
I managed to make it work, I will report here all the problems I had to help someone who is in the same situation. Note it is better to use the URL:…
-
3
votes1
answer1677
viewsQ: Error 242 while consuming Nfedownloadnf
I’m trying to consume the NFE download service on the farm: https://www.sefazvirtual.fazenda.gov.br/NfeDownloadNF/NfeDownloadNF.asmx but I have obtained the following error: ERROR: 242 Reason:…
-
4
votes5
answers19908
viewsA: .NET C# IIS Request cancelled: Failed to create secure channel for SSL/TLS
As amazing as it seems from the error text, the cause of the problem is due to the fact that unlike other services of the same provider, it does not accept Contenttype = "Aplication/xml", only…
-
1
votes1
answer2086
viewsA: Error 500 while consuming Nfedownloadnf
The error happens due to a failure in the URL I was using that is different from the one posted in the question. I managed to solve by paying attention to this detail.
-
-2
votes1
answer2086
viewsQ: Error 500 while consuming Nfedownloadnf
I’m trying to consume the NFE download service on the farm: https://www.sefazvirtual.fazenda.gov.br/NfeDownloadNF/NfeDownloadNF.asmx but I have obtained the following error : Remote server returned…
-
8
votes5
answers19908
viewsQ: .NET C# IIS Request cancelled: Failed to create secure channel for SSL/TLS
Gentlemen, I am trying to communicate with the recipe/SEFAZ server using an A1 certificate through an MVC5 C# application on an IIS 8 server, in the pool with my user identity. The certificate is…