-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NF-E 4.0][FIX] Ambiente nacional para evento de confirmação da operação #36
base: 8.0
Are you sure you want to change the base?
Conversation
WS_NFE_CONSULTA : 'webservices/NFeConsultaProtocolo4/NFeConsultaProtocolo4.asmx', | ||
WS_NFE_SITUACAO : 'webservices/NFeStatusServico4/NFeStatusServico4.asmx', | ||
WS_NFE_CONSULTA_CADASTRO : 'webservices/CadConsultaCadastro4/CadConsultaCadastro4.asmx', | ||
WS_NFE_RECEPCAO_EVENTO : 'webservices/sre/recepcaoevento.asmx', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Não seria esse o endereço
Não seria esse " webservices/NFeRecepcaoEvento4/NFeRecepcaoEvento4.asmx "
?? Fonte - http://www.nfe.fazenda.gov.br/portal/WebServices.aspx
WS_NFE_INUTILIZACAO : 'nfe4/services/NFeInutilizacao4', | ||
WS_NFE_CONSULTA : 'nfe4/services/NFeConsultaProtocolo4', | ||
WS_NFE_SITUACAO : 'nfe4/services/NFeStatusServico4', | ||
WS_NFE_CONSULTA_CADASTRO : 'nfe2/services/CadConsultaCadastro2', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Parece existir na versão 4, "services/CadConsultaCadastro4?wsdl ". fonte http://www.nfe.fazenda.gov.br/portal/WebServices.aspx
No endereço do servidores há um final "?wsdll" , isso não é necessário ??
WS_NFE_CONSULTA_CADASTRO : 'nfe/services/CadConsultaCadastro4', | ||
WS_NFE_RECEPCAO_EVENTO : 'nfe/services/NFeRecepcaoEvento4', | ||
WS_NFE_AUTORIZACAO : 'nfe/services/NFeAutorizacao4', | ||
WS_NFE_CONSULTA_AUTORIZACAO: 'nfe/services/NFeRetAutorizacao4', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No endereço do servidores há um final "?wsdll" , isso não é necessário ??
WS_NFE_CONSULTA_AUTORIZACAO : 'nfe2/services/NFeRetAutorizacao4', | ||
'servidor' : 'nfe.fazenda.mg.gov.br', | ||
WS_NFE_INUTILIZACAO : 'nfe2/services/NFeInutilizacao4', | ||
WS_NFE_CONSULTA : 'nfe2/services/NFeConsulta4', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
o endereço correto parece ser "nfe2/services/NFeConsultaProtocolo4" , fonte - http://www.nfe.fazenda.gov.br/portal/WebServices.aspx
WS_NFE_RECEPCAO_EVENTO : 'nfe/NFeRecepcaoEvento4', | ||
WS_NFE_AUTORIZACAO : 'nfe/NFeAutorizacao4', | ||
WS_NFE_CONSULTA_AUTORIZACAO : 'nfe/NFeRetAutorizacao4', | ||
'servidor' : 'nfe.sefa.pr.gov.br', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
o endereço correto parece ser esse " nfe.fazenda.pr.gov.br " , fonte http://www.nfe.fazenda.gov.br/portal/WebServices.aspx
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mbcosta NF-e 4.0 no Paraná está correto 'nfe.sefa.pr.gov.br'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
valeu @pauloneda , sim vi agora que o endereço muda na NFe 4.00
WS_NFE_CONSULTA : 'webservices/NFeConsultaProtocolo4/NFeConsultaProtocolo4.asmx', | ||
WS_NFE_SITUACAO : 'webservices/NFeStatusServico4/NFeStatusServico4.asmx', | ||
WS_NFE_CONSULTA_CADASTRO : 'webservices/CadConsultaCadastro4/CadConsultaCadastro4.asmx', | ||
WS_NFE_RECEPCAO_EVENTO : 'webservices/sre/recepcaoevento.asmx', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Realmente esta errado! webservices/sre/recepcaoevento.asmx é o endereço do serviço da NF-e 1.00. O endereço correto da 4.00 é webservices/NFeRecepcaoEvento4/NFeRecepcaoEvento4.asmx
cc: @mbcosta