-
Some files in the SI-UBL 1.2 directory that are marked as 'error' are actually valid. When validating against the online test tool they are validated as valid: https://ecosio.com/en/peppol-and-xml-doc…
-
Impacted versions: 15 on ubuntu 20.04
Steps to reproduce: we have added new invoice report template , when i try render this happen following error.
```
Traceback (most recent call last):
…
-
Hi,
when I try to issue the invoice without aInvoice.setAccountingCustomerParty (aCustomer); . The invoice did not continue produce the invoice
example Invoice production only reached here and then …
-
Hi,
I'm trying to sign a UBL2.1 with xades4j but I need to exclude some tags from being singed. I used XPathTransform but the resulted digest is not valid.
![image](https://user-images.githubuser…
-
I have created 1 UBL document InvoiceType. It has all the required details.
Now I want to add a Signature to the UBL document. The Extension will be used for this AFAIK.
I have tried to find out thi…
-
I am not very knowledgeable in signing and "crypto" but tried to get a solution running that is using Node.js for XML signature.
The XML signed is for a Peppol SMP (Peppol.eu) and a sample can be v…
-
I am trying to parse XML string to UBL document/object.
Here's the code:
`InvoiceType ublInvoice = UBL21Reader.invoice().read(xmlString);`
This works when I know the type of document so I can easil…
-
LemMinX provides general XML functionality, which can be extended for XML sub-languages.
Aside from the basic XML, there are many sub-languages of XML, like ODF, OOXML, UBL or UN/CEFACT XML and eve…
-
I need to create something like,
>
>
>
>
>
>
with UBL2.1. However, I am not able to create such a declaration. The library always give…
-
I have a Java object which has been parsed from JSON(In my existing REST-based spring boot application). I want to convert this Java object to XML so currently, I am converting the Java object to rela…