Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problema no método Tools->getIdFromXml, não está identificando o grupo do evento corretamente #173

Closed
gabrielcarvalhohardness opened this issue Apr 23, 2024 · 1 comment

Comments

@gabrielcarvalhohardness
Copy link
Contributor

Ao gerar um evento R-2010 e tentar transmiti-lo utilizando o método enviaLoteXmlAssincrono, está lançando uma exceção, só que estou informando o grupo correto, segue trecho do código.

 $xml = Event::evtServTom($configJson, $std, $certificate)->toXml();
 $axml[] = $xml;

 $response = $tools->enviaLoteXmlAssincrono($tools::EVT_PERIODICOS, $axml);

Resultado:

Exception O grupo correto deve ser declarado e não pode diferirdo grupo dos eventos

Pelo que identifiquei o mapeamento dos ids no método getIdFromXml está errado.

image

Na classe ToolsBase o mapeamento dos grupos está da seguinte maneira

image

robmachado added a commit to robmachado/sped-efdreinf that referenced this issue Apr 23, 2024
robmachado added a commit that referenced this issue Apr 23, 2024
Correção de BUG envioLoteXmlAssincrono com R-2010 ISSUE #173
@robmachado
Copy link
Contributor

Deve estar corrigido em dev-master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants