Boa tarde pessoal,
Estou tentando usar o método DistribuicaoDFe mas me retorna a mensagem:
WebService Distribuição de DFe: - Inativo ou Inoperante tente novamente
Método Enviar não implementado em TDFeSSLHttpClass
Sou leiga no assunto então posso estar cometendo algum erro grotesco, me perdoem se for esse o caso mas será que alguém pode me ajudar? Abaixo meu código:
NFe.DistribuicaoDFe(43,GaranteString(Dm.RetornaCampo('paramet','cnpj','1=1')), '1','','');
for i := 0 to NFe.WebServices.DistribuicaoDFe.retDistDFeInt.docZip.Count - 1 do
begin
FrmPrincipal.MemoResp.Lines.Add(NFe.WebServices.DistribuicaoDFe.retDistDFeInt.docZip.Items.NSU + ' - ' +
NFe.WebServices.DistribuicaoDFe.retDistDFeInt.docZip.Items.resNFe.chNFe + ' - ' +
NFe.WebServices.DistribuicaoDFe.retDistDFeInt.docZip.Items.resNFe.CNPJCPF + ' - ' +
NFe.WebServices.DistribuicaoDFe.retDistDFeInt.docZip.Items.resNFe.xNome + ' - ' +
NFe.WebServices.DistribuicaoDFe.retDistDFeInt.docZip.Items.resNFe.IE + ' - ' +
DateTimeToStr(NFe.WebServices.DistribuicaoDFe.retDistDFeInt.docZip.Items.resNFe.dhEmi) + ' - ' +
tpNFToStr(NFe.WebServices.DistribuicaoDFe.retDistDFeInt.docZip.Items.resNFe.tpNF) + ' - ' +
FloatToStr(NFe.WebServices.DistribuicaoDFe.retDistDFeInt.docZip.Items.resNFe.vNF) + ' - ' +
NFe.WebServices.DistribuicaoDFe.retDistDFeInt.docZip.Items.resNFe.digVal + ' - ' +
DateTimeToStr(NFe.WebServices.DistribuicaoDFe.retDistDFeInt.docZip.Items.resNFe.dhRecbto)
);
end;