APP.CONFIG - WEB SERVICE NFE - CONSULTA DE STATUS

NEIBALA 26/11/2014 23:33:28
#442816
Pessoal

Para o processo de Web Service - NFe ( Consulta de Status do Web Service )- utilizando Visual Studio com VB.net - Windows Forms, precisa mexer em alguma coisa no app.config, conforme parte do codigo abaixo ?

<binding name=[Ô]NfeConsulta2Soap12[Ô]>
...
<httpsTransport authenticationScheme=[Ô]Digest[Ô] requireClientCertificate=[Ô]true[Ô] ... />
</binding>
Hoje o meu está assim :
<?xml version=[Ô]1.0[Ô]?>
<configuration>
<system.diagnostics>
<sources>
<!-- This section defines the logging configuration for My.Application.Log -->
<source name=[Ô]DefaultSource[Ô] switchName=[Ô]DefaultSwitch[Ô]>
<listeners>
<add name=[Ô]FileLog[Ô]/>
<!-- Uncomment the below section to write to the Application Event Log -->
<!--<add name=[Ô]EventLog[Ô]/>-->
</listeners>
</source>
</sources>
<switches>
<add name=[Ô]DefaultSwitch[Ô] value=[Ô]Information[Ô]/>
</switches>
<sharedListeners>
<add name=[Ô]FileLog[Ô] type=[Ô]Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL[Ô] initializeData=[Ô]FileLogWriter[Ô]/>
<!-- Uncomment the below section and replace APPLICATION_NAME with the name of your application to write to the Application Event Log -->
<!--<add name=[Ô]EventLog[Ô] type=[Ô]System.Diagnostics.EventLogTraceListener[Ô] initializeData=[Ô]APPLICATION_NAME[Ô]/> -->
</sharedListeners>
</system.diagnostics>
<startup><supportedRuntime version=[Ô]v4.0[Ô] sku=[Ô].NETFramework,Version=v4.0[Ô]/></startup></configuration>
TUNUSAT 27/11/2014 09:04:09
#442823
NEIBALA,

Pesquisei o problema e encontrei uma referência interessante ... mas não sei se é seu caso.

Problemas comuns ao consumir Web Services para NFe em C#
http://balaiotecnologico.blogspot.com.br/2011/03/problemas-comuns-ao-consumir-web.html

[Ô]... O quadro abaixo traz o trecho de um app.config como exemplo, mostrando como fica a configuração para o serviço de consulta de uma nota fiscal: [Ô]
<binding name=[Ô]NfeConsulta2Soap12[Ô]>
...
<httpsTransport authenticationScheme=[Ô]Digest[Ô] requireClientCertificate=[Ô]true[Ô] ... />
</binding>


[][ô]s,
Tunusat.
NEIBALA 27/11/2014 10:28:12
#442826
Tunusat

Esta dúvida eu já tinha tirado deste site e outros que vi, é que estou com dúvida se teria algum lugar certo para colocar está tag, e se teria mais opções que devo colocar dentro deste xml ?
TUNUSAT 27/11/2014 11:21:12
#442827
Resposta escolhida
NEIBALA,

Seria onde colocar o <httpsTransport> dentro da app.config?

=======================================================
<httpsTransport>
http://msdn.microsoft.com/en-us/library/ms731818(v=vs.110).aspx
=======================================================

Seria dentro de:
<?xml version=[Ô]1.0[Ô] encoding=[Ô]utf-8[Ô]?>
<configuration>
<system.serviceModel>
<bindings>
<customBinding>
<binding>
<httpsTransport>


=======================================================
<system.diagnostics> Element
http://msdn.microsoft.com/en-us/library/1txedc80(v=vs.110).aspx
=======================================================

é isto?

[][ô]s,
Tunusat.
NEIBALA 05/12/2014 01:34:46
#442999
Tunusat

Mesmo deixando conforme abaixo não consegui, veja o que poderia estar errado ?

<?xml version=[Ô]1.0[Ô] encoding=[Ô]utf-8[Ô] ?>
<configuration>
<system.serviceModel>
<bindings>
<customBinding>
<binding name=[Ô]nfestatusservico2Soap12[Ô]>
<textMessageEncoding messageVersion=[Ô]Soap12[Ô] />
<httpsTransport authenticationScheme=[Ô]Digest[Ô] requireClientCertificate=[Ô]true[Ô] />
</binding>
</customBinding>
</bindings>
<client>
<endpoint address=[Ô]https://nfe.fazenda.sp.gov.br/nfeweb/services/nfestatusservico2.asmx[Ô]
binding=[Ô]customBinding[Ô] bindingConfiguration=[Ô]nfestatusservico2Soap12[Ô]
contract=[Ô]nfeweb.services.nfestatusservico2Soap12[Ô] name=[Ô]nfestatusservico2Soap12[Ô] />
</client>
</system.serviceModel>
</configuration>


TUNUSAT 05/12/2014 08:48:25
#443003
NEIBALA,

Não sei ... mas veja isto, tem uma versão que possivelmente foi desativada...

=========================================================
SP_nfeStatusServicoNF2.asmx
https://github.com/nfephp-org/nfephp/blob/master/exemplos/wsdl/3.10/55/producao/SP_nfeStatusServicoNF2.asmx

ATENÇÃO! Este é o XML dos endereços dos webservices da NF-e modelo 55 layout [Ô]3.10[Ô], portanto é incompatível com a versão [Ô]2.00[Ô] do layout da NF-e, prevista para ser desativada em 01/12/2014.

https://github.com/nfephp-org/nfephp/commit/e7c6ad5a1b72aae643d8aed4db0c8c1b011ded00
=========================================================
http://softart.com.br/dev/NFePHP_2.0_rev305/wsdl/2.00/producao/PR_NFeStatusServico2.asmx
=========================================================

Aqui tem uma lista de URL WEBSERVICES da secretaria da fazenda:

=========================================================
Nota Fiscal Eletrônica
https://www.fazenda.sp.gov.br/nfe/url_webservices/url_webservices.asp
=========================================================

=========================================================
Relação de Serviços Web
http://www.nfe.fazenda.gov.br/portal/WebServices.aspx
http://hom.nfe.fazenda.gov.br/portal/WebServices.aspx
=========================================================

Bom ... tem alguns procedimentos importantes para serem verificados:

=========================================================
http://www.projetoacbr.com.br/forum/index.php?/topic/4920-consultar-status-servico-com-erro-resolvido/

Postado 13 March 2012 - 01:11 PM - Régys Silveira
------------------------------------------------------------------------------
O procedimento que tenho adotado é o seguinte:
- Veja se não existe nenhum bloqueio no firewall ou antivirus;
- Instale a nova cadeia de certificados;
- Reinstale o aplicativo gerenciador do certificado;
- Reinstale a capicom do ACBr.

Fazendo isso tem funcionado onde me deu problema.
------------------------------------------------------------------------------

Veja também:
http://helpmaisfacil.com.br/forum/display_topic_threads.asp?ForumID=29&TopicID=29983
http://www.helpfacil.com.br/forum/display_topic_threads.asp?ForumID=26&TopicID=34768&PagePosition=1
http://www.infofisc.com.br/webservices/webservice_sp.php
http://scn.sap.com/thread/3167688

[][ô]s,
Tunusat.
Tópico encerrado , respostas não são mais permitidas