Bom dia estou com o mesmo problema em produção, alguém conseguiu resolver?
envio :
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
<soapenv:Header />
<soapenv:Body>
<nfeDadosMsg xmlns="http://www.portalfiscal.inf.br/nfe/wsdl/NFeConsultaProtocolo4">
<consReciNFe xmlns="http://www.portalfiscal.inf.br/nfe" versao="">
<tpAmb>1</tpAmb>
<nRec>411001064057840</nRec>
</consReciNFe>
</nfeDadosMsg>
</soapenv:Body>
</soapenv:Envelope>
Resposta da receita:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<env:Envelope
xmlns:env="http://www.w3.org/2003/05/soap-envelope">
<env:Body>
<nfeResultMsg
xmlns="http://www.portalfiscal.inf.br/nfe/wsdl/NFeConsultaProtocolo4">
<retConsSitNFe
xmlns="http://www.portalfiscal.inf.br/nfe">
<tpAmb>1</tpAmb>
<verAplic>PR-v4_1_5</verAplic>
<cStat>999</cStat>
<xMotivo>Erro nao catalogado</xMotivo>
<cUF>41</cUF>
<dhRecbto>2018-03-21T11:52:35-03:00</dhRecbto>
</retConsSitNFe>
</nfeResultMsg>
</env:Body>
</env:Envelope>
Quando eu mando a nota de modo síncrono não tenho problemas.
Desde já muito obrigado pela ajuda!