Jump to content

dev botao

Criar\Enviar - pegar o código <cStat>100</cStat>


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

Recommended Posts

Olá, estou terminando a NFC-e, e conforme o exemplo, estou conseguindo criar enviar, preciso pega o retorno precisamente o cStar

que é 100 ou 110. Na NFe, funciona normalmente.

veja o xml retorno:

{ xml apos enviar

  <?xml version="1.0" encoding="UTF-8" ?>
- <retEnviNFe versao="3.10" xmlns="http://www.portalfiscal.inf.br/nfe">
  <tpAmb>1</tpAmb>
  <verAplic>SVRSnfce201601061826</verAplic>
  <cStat>104</cStat>
  <xMotivo>Lote processado</xMotivo>
  <cUF>21</cUF>
  <dhRecbto>2016-01-25T18:00:51-03:00</dhRecbto>
- <protNFe versao="3.10">
- <infProt>
  <tpAmb>1</tpAmb>
  <verAplic>SVRSnfce201601061826</verAplic>
  <chNFe>21160104913925000184650010000000021000000024</chNFe>
  <dhRecbto>2016-01-25T18:00:51-03:00</dhRecbto>
  <nProt>321160000177125</nProt>
  <digVal>BN4yf8GGehUnRSgFw0BRGFiipYI=</digVal>
  <cStat>100</cStat>   //veio como 100
  <xMotivo>Autorizado o uso da NF-e</xMotivo>
  </infProt>
  </protNFe>
  </retEnviNFe>

}


no meu fonte informo:

    MemoResp.Lines.Text := ACBrNFe1.WebServices.Enviar.RetWS;
    memoRespWS2.Lines.Text := ACBrNFe1.WebServices.Enviar.RetornoWS;
    LoadXML(ACBrNFe1.WebServices.Enviar.RetWS, WBResposta);


if (ACBrNFe1.WebServices.Retorno.cStat = 100) or
   (ACBrNFe1.WebServices.Retorno.cStat = 110) then // Autorizado o uso da NF-e ou denegada
begin

//aqui salvo informação como autorizada
end;

Agradeço

Leão

Link to comment
Share on other sites

  • Este tópico foi criado há 3212 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.