Help needed to send Peppol documents to locally hosted AS4 server #241
-
Hi All,
It connects to https://www.helger.com/phase4/as4 just fine for sending sample invoice. But i want to send to http://localhost:8080/as4 for testing. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello @sivadasrajan , step 6 contained a typo. It should be 'ks2' and not ks1' - I corrected the error in the page already. I will add some text on how to configure a predefined Url and Certificate into the Peppol Client Sender later. See https://github.com/phax/phase4/blob/master/phase4-peppol-client/src/main/java/com/helger/phase4/peppol/Phase4PeppolSender.java#L707 on the method you need to invoke to pass in the data. |
Beta Was this translation helpful? Give feedback.
Hello @sivadasrajan , step 6 contained a typo. It should be 'ks2' and not ks1' - I corrected the error in the page already.
I will add some text on how to configure a predefined Url and Certificate into the Peppol Client Sender later. See https://github.com/phax/phase4/blob/master/phase4-peppol-client/src/main/java/com/helger/phase4/peppol/Phase4PeppolSender.java#L707 on the method you need to invoke to pass in the data.