Failure to consume Webservice from NF-e 4.0 SEFAZ Ceará (CE)

Asked

Viewed 937 times

-1

After downloading SEFAZ Wsdls from Ceará and testing the connection with the service Nfestatusservico4 got the error:

Falha na solicitação com resposta vazia.

or in English

The request failed with an empty response

The new version of NF-e asks for the connection to be TLS 1.2 and even after configuration, these communication errors were occurring. The strange thing is that after downloading the Wsdls from SEFAZ from SP, sending to SP with the same code is working.

Obs.: I used . NET for testing and communicating with webservices

1 answer

0


While analyzing the processing and checking the call processing log, I realized the addresses within the SEFAZ CE Wsdls are wrong, for secure communication. This way, to work, I had to change the URL:

http://nfeh.sefaz.ce.gov.br:80/nfe4/services/NFeStatusServico4

for

https://nfeh.sefaz.ce.gov.br/nfe4/services/NFeStatusServico4

As requested by SEFAZ, I emailed them reporting the problem.

  • if possible close the question as resolved by marking your comment/reply as correct :)

  • The system says I can’t do it for two days...

Browser other questions tagged

You are not signed in. Login or sign up in order to post.