Closed warami92rez closed 5 years ago
I just published a java project for implementing digital signature using xades4j according to DIAN specifications andrea-xades
Thanks for sharing @rolandopalermo .
@warami92rez I'm closing this as there hasn't been any feedback.
Hello, As I'm from Colombia and I saw many people ask for same to @luisgoncalves , I've created and api for DIAN signature Colombia that it's working fine with 2.1 "Validación previa". Please don't open more issues, the api it's free as part of my contribution. https://app.swaggerhub.com/apis-docs/tyrlabx/api-test/1.0.0
I have implemented this process with java JDK 6 and the library xades4j, this is the fragment code that I used to sign the document
` public Document signEpes(String document, Document docFactura) throws Exception { Document docRetorna = null;