Bom dia !
BigWings
Segue o código de envio, debugando o componente pude constatar que ele recebe o retorno normal da receita com cstat = 100,
mas mesmo assim o componente retorna "falha no schema xml".
LabelStatus.Caption.Text := 'Por favor aguarde...Assinando CTE-OS..';
Update;
ACBrCTe.Conhecimentos.Assinar;
LabelStatus.Caption.Text := 'Por favor aguarde...Gerando CTE-OS..';
Update;
ACBrCTe.Conhecimentos.GerarCTe;
LabelStatus.Caption.Text := 'Por favor aguarde...Validando CTE-OS..';
Update;
ACBrCTe.Conhecimentos.Validar;
if ACBrCTe.Conhecimentos.Items[0].Alertas <> '' then
begin
MessageBoxX(ACBrCTe.Conhecimentos.Items[0].Alertas,'Validação Emissão de CTE-OS', MB_ICONEXCLAMATION, mb_ok);
Abort;
end;
LabelStatus.Caption.Text := 'Por favor aguarde...Transmitindo...';
Update;
ACBrCTe.WebServices.Envia(1);