Questions tagged [peppol]

6 questions
1
vote
0 answers

How can I implement PEPPOL in my project and please tell me step by step

How can I implement PEPPOL in my project and please tell me step by step. How can I implement PEPPOL(E-Invoicing) in my project and please tell me step by step.
Ad Singh
  • 11
  • 3
0
votes
0 answers

Validate XML with Schematron ISO version using C#

Hi I have requirement where I have to validate a xml file against Schematron ISO version using C#. I have tried Saxon-HE , NMatrix.Schematron but its not working. Can anyone help me on this.
Manu
  • 13
  • 3
0
votes
1 answer

Trigger e-Invoice via API

We create invoices in Xero using Custom Connector for a number of customers, depending on customer requirements after creating the invoice we either trigger the email of the invoice (as per…
teal
  • 13
  • 2
0
votes
1 answer

How do you split the binary data part in a Peppol AS4 multipart/related request into the [iv], [encryptedPayload], and [MAC tag] for decryption?

I have a multipart/related request that contains a SOAP part with security headers and message data, and a binary part. The SOAP message contains the key used during the encryption of the binary part, which I can retrieve. The binary part is a…
Dirk
  • 1
  • 2
0
votes
0 answers

Odoo Customer Peppol EndpointID in Peppol BIS Billing 3.0

We need to generate e-invoices in Odoo that comply with the Peppol BIS Billing 3.0 standard that is used in Luxembourg for e-factoration. When we activate the Peppol BIS Billing 3.0 Protocol under Accounting > Configuration > Journals > Customer…
geom
  • 403
  • 1
  • 3
  • 17
0
votes
2 answers

How can I compile Schematron into Jaxb annotated Java classes?

I have been using xjc to compile XML Schema into annotated java classes, so that I can generate xml files using jaxb. How can I do the same for Schematron? UPDATE: To be more specific: The java classes don't need to validate all the schematron…
tsoiland
  • 101
  • 7