Bom dia, novo Erros esta manha.
Então Dr. hsilva , com a modificação ele passou por essa etapa.
1 - Primeira Tentativa para Ajustar o erro do namespace provided differs from the schema's
ACBrNFSeUtil.pas
na function ValidaMSXML;
// Schema.add( URL + ServicoEnviar, schema_filename );
Schema.add( URL , schema_filename);
Pronto.
Depois disto foi criado um novo erro
Falha na validação do Lote 1
The node is neither valid nor invalid because no DTD/Schema declaration was found.
Ocorre na ACBrNFSeWebServices.pas
if (FURLProvedor <> 'GovBR') and (FURLProvedor <> 'SimplISS')
then begin
if not(NotaUtil.Valida(FDadosMsg, FMsg, FConfiguracoes.Geral.PathSchemas,
FConfiguracoes.WebServices.ConfigSchemas, FConfiguracoes.WebServices.Prefixo4))
then raise Exception.Create('Falha na validação do Lote ' +
IntToStr(TNFSeEnviarLoteRps(Self).NumeroLote) + sLineBreak + FMsg);
end;
Obrigado
ACBRbranches.rar