Trasmissione Fatture WSDL WCF

Se intendi l’invio di una notifica con tracciato non conforme, ho semplicemente tolto dal file di notifica uno dei tag obbligatori

Ciao, grazie, no intendevo nella fase di test, si inviano dei file fattura secondo le istruzioni. Per inviare delle notifiche esito committente, c’è scritto che si può usare un simulatore nel sito fatturapa. Si trova dentro la sezione “gestire il canale”?

Io fatto la chiamata da un mio applicativo console al ws sdi inviando la notifica. Il simulatore mi pare sia nella sezione Strumenti, ma non l’ho mai usato

ma per richiedere il passaggio in produzione non è obbligatorio usare il simulatore?

Non ho ancora richiesto il passaggio, mi serve mantenere ancora un po’ l’ambiente di test

Ciao @Andrea_Lobina e grazie per i tuoi suggerimenti.

Volevo chiederti se potresti condividere anche i passaggi per la parte di SDLRiceviFile per l’invio della fattura.

Grazie!

Hi Andrea,
thanks for sharing this code.
I used this code and follow this step but my wcf service get a error.
and am also using postman with soap request but my wcf service does not get any request.
can you help me.


Se hosti il tuo servizio su IIS devi andare sul sito corrispondente e poi su “Impostazioni SSL” imposta il check su “Richiedi SSL” e su Certificati client “Richiedi”.

Hello Everyone,
Using WCF I generated the service contract with the visual studio tool wsdl.exe, starting from the TrasmissioneFatture_v1.1.wsdl file and the TrasmissioneTypes_v1.1.xsd file then
properly hit the soap request for this end point “ https://testservizi.fatturapa.it/ricevi_file ” & getting response.

But Software Trying the “NotifyScarto” method and corresponding is giving me a Error.

can Anyone help me in this issue.
Thanks in Advance.

When ES try to send Reject notification to the end point, it give error javax.net.ssl.SSLHandshakeException: General SSLEngine problem. I have imported the PFX at the server. My TransmissioneFatture web service deployed at https://14.142.32.4/TrasmissioneFatture/Trasmetti.svc. During registration in the CSR for server I used the common name traveldesk.securemeters.com/TrasmissioneFatture.
Does different common name in CSR then the endpoint address can impact this?
Please suggest the solution for this.

When ES try to send Reject notification to the end point, it give error javax.net.ssl.SSLHandshakeException: General SSLEngine problem. I have imported the PFX at the server. My TransmissioneFatture web service deployed at https://14.142.32.4/TrasmissioneFatture/Trasmetti.svc. During registration in the CSR for server I used the common name traveldesk.securemeters.com/TrasmissioneFatture.
Does different common name in CSR then the endpoint address can impact this?
Please suggest the solution for this.