Skip to content

Commit

Permalink
soapaction invalido (#1472)
Browse files Browse the repository at this point in the history
  • Loading branch information
flavionootech authored Jan 15, 2024
1 parent 9b6b456 commit 7c320a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CTe.Wsdl/Recepcao/Sincrono/CteRecepcaoSincronoV4.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public XmlNode CTeRecepcaoSincV4(XmlNode cteDadosMsg)
{
cteDadosMsg = Convert.ToBase64String(Compressao.Zip(cteDadosMsg.OuterXml))
};
return RequestBuilderAndSender.Execute(soapEnvelope, configuracao, TipoEvento.CTeStatusServicoV4, "retCTe");
return RequestBuilderAndSender.Execute(soapEnvelope, configuracao, TipoEvento.CTeRecepcaoV4, "retCTe");
}

/*public async Task<XmlNode> cteRecepcaoLoteAsync(XmlNode cteDadosMsg)
Expand Down

0 comments on commit 7c320a5

Please sign in to comment.