Jump to content

dev botao

CT-e - Evento de Insucesso - Element ''evIECTe'': No matching global declaration available for the validation root


Go to solution Solved by Italo Giurizzato Junior,
  • Este tópico foi criado há 542 dias atrás.
  • Talvez seja melhor você criar um NOVO TÓPICO do que postar uma resposta aqui.

Recommended Posts

  • Membros Pro

Olá! Estou tentando fazer a emissão de evento de insucesso de entrega.

Porém, na hora que valida o XML está dando a mensagem:

' --> 1845 - Element ''evIECTe'': No matching global declaration available for the validation root.'

<?xml version="1.0" encoding="UTF-8"?>
<evIECTe>
	<descEvento>Insucesso na Entrega do CT-e</descEvento>
	<nProt>342230000031793</nProt>
	<dhTentativaEntrega>2023-04-26T12:00:00-03:00</dhTentativaEntrega>
	<nTentativa>001</nTentativa>
	<tpMotivo>1</tpMotivo>
	<xJustMotivo/>
	<latitude>5.000000</latitude>
	<longitude>6.000000</longitude>
	<hashTentativaEntrega>x3Vq2yHc4oRPAfaM9x0edr3pIv8=</hashTentativaEntrega>
	<dhHashTentativaEntrega>2023-05-15T13:51:54-03:00</dhHashTentativaEntrega>
	<infEntrega>
		<chNFe>42220279808754000122550020000110991072150064</chNFe>
	</infEntrega>
</evIECTe>

Os schemas eu peguei atualizado hoje do portal do CT-e.

Há algo de errado no XML?

Alguém já conseguiu emitir esse evento?

Link to comment
Share on other sites

  • Membros Pro

Na verdade ele nem salva o XML.

O XML eu peguei na unit ACBrCTeWebServices, na linha 3324 AXMLEvento := '<' + ENCODING_UTF8 + '>' + AXMLEvento;

Logo abaixo ele atribui a EventoEhValido, o segundo SSL.Validar retorna como False.

 

image.thumb.png.db69b523046d46f89643dd3f477d8642.png

Edited by C4Dev
Link to comment
Share on other sites

  • Consultores
  • Solution

Por favor atualize todos os fontes de todas as pastas, reinstale o ACBr e faça novos testes.

Aproveitei e atualizei o programa exemplo também.

  • Like 2
Consultor SAC ACBr

Italo Giurizzato Junior
Ajude o Projeto ACBr crescer - Assine o SAC

Projeto ACBr

Analista de Sistemas / Araraquara-SP

Araraquara - A era dos Trólebus

Link to comment
Share on other sites

  • Membros Pro

Agora está retornando a rejeição abaixo:

Quote

 

Inicio TCTeEnvEvento
Versão Layout: 4.00
Ambiente: 2
Versão Aplicativo:  
Status Código: 629
Status Descrição: Rejeicao: O tpEvento informado inválido
Recebimento:  

ERRO: Rejeicao: O tpEvento informado inválido

 

 

E o XML gerado é esse:

<?xml version="1.0" encoding="UTF-8"?>
<evIECTe xmlns="http://www.portalfiscal.inf.br/cte">
    <descEvento>Insucesso na Entrega do CT-e</descEvento>
    <nProt>342230000031793</nProt>
    <dhTentativaEntrega>2023-05-16T16:00:00-03:00</dhTentativaEntrega>
    <nTentativa>001</nTentativa>
    <tpMotivo>1</tpMotivo>
    <xJustMotivo>dsafjasd jfldjfklasdjlfkj asdlkjfdjlak ljk</xJustMotivo>
    <hashTentativaEntrega>WCROV2RH1GklHgdL6F+G3MGz2HU=</hashTentativaEntrega>
    <dhHashTentativaEntrega>2023-05-17T16:36:32-03:00</dhHashTentativaEntrega>
    <infEntrega>
        <chNFe>42220279808754000122550020000110991072150064</chNFe>
    </infEntrega>
</evIECTe>

 

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.