Jump to content

dev botao

Evento NF-e arquivo de Schema não especifcado


  • Este tópico foi criado há 2739 dias atrás.
  • Talvez seja melhor você criar um NOVO TÓPICO do que postar uma resposta aqui.

Recommended Posts

Olá quando estou enviando o evento Manifestação do Destinatário ele me retorna o seguinte erro arquivo de Schema não especifcado.

Já setei a propriedade Configuracoes.Arquivos.PathSchemas mais nem assim obedece.

segue o código de exemplo.

    cdsCertificado.Params[0].AsString := CNPJ;
    cdsCertificado.Open;

   ACBrNFe1.Configuracoes.Arquivos.PathSchemas := 'D:\schemas'

    ACBrNFe1.Configuracoes.WebServices.UF            := Uf;
    ACBrNFe1.Configuracoes.WebServices.Ambiente      := StrToTpAmb(OK, Ambiente);

    ACBrNFe1.Configuracoes.Certificados.ArquivoPFX    := cdsCertificadoCAMINHO_CERT.AsString;
    ACBrNFe1.Configuracoes.Certificados.Senha         := cdsCertificadoSENHA_CERT.AsString;
    ACBrNFe1.Configuracoes.Certificados.NumeroSerie   := cdsCertificadoSERIE_CERT.AsString;
    try
      ACBrNFe1.SSL.CarregarCertificado;
    except
    end;

    ACBrNFe1.EventoNFe.Evento.Clear;
    with ACBrNFe1.EventoNFe.Evento.Add do
     begin
       InfEvento.cOrgao   := 23;
       infEvento.chNFe    := Chave;
       infEvento.CNPJ     := CNPJ;
       infEvento.dhEvento := now;
       infEvento.tpEvento := TpEnvento;
     end;

    ACBrNFe1.EnviarEvento(1);
 

Capturar.PNG

Link to comment
Share on other sites

  • Este tópico foi criado há 2739 dias atrás.
  • Talvez seja melhor você criar um NOVO TÓPICO do que postar uma resposta aqui.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.