Giter Club home page Giter Club logo

dte's People

Contributors

dzaratecontreras avatar madestro avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dte's Issues

Lista de correo

Al parecer la lista "[email protected]" no está funcionando.

Mail Delivery Subsystem [email protected]
7:56 PM (4 minutes ago)

to me
Hello [email protected],

We're writing to let you know that the group you tried to contact (dte) may not exist, or you may not have permission to post messages to the group. A few more details on why you weren't able to post:

  • You might have spelled or formatted the group name incorrectly.
  • The owner of the group may have removed this group.
  • You may need to join the group before receiving permission to post.
  • This group may not be open to posting.

If you have questions related to this or any other Google Group, visit the Help Center at http://www.google.com/support/a/niclabs.cl/bin/static.py?hl=en_US&page=groups.cs.

Thanks,

niclabs.cl admins

renombrar el prefijo xmldsig a dsig

En el README principal dice:

  • Para regenerar a partir del esquema, se debe renombrar el prefijo xmldsig a dsig en el schema xmldsignature_v10.xsd

Por lo que pude ver en xmldsignature_v10.xsd ya está hecha la corrección:

Modificación NIC Labs (Tomas Barros), 17 Noviembre 2009:
Razon: Con prefijo xmldsig, xmlbeans reclama al generar las clases

Original:
<ds:schema targetNamespace="http://www.w3.org/2000/09/xmldsig#" xmlns:xmldsig="http://www.w3.org/2000/09/xmldsig#" xmlns:ds="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
<ds:element name="Signature" type="xmldsig:SignatureType">

Nuevo:
<ds:schema targetNamespace="http://www.w3.org/2000/09/xmldsig#" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:ds="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
<ds:element name="Signature" type="dsig:SignatureType">

buen trabajo! gracias

URIReferenceException / Cannot resolve element with ID

José:

Esta versión genera el siguiente problema al validar DTEs:

Firma XML Incorrecta
Documento: Timbre OK
Documento: Estructura XML OK
Documento: Firma XML Incorrecta: No se pudo verificar la firma XML: javax.xml.crypto.URIReferenceException: com.sun.org.apache.xml.internal.security.utils.resolver.ResourceResolverException: Cannot resolve element with ID NXXX

OBS: Los IDs en el XML ahora deben definirse como tales en forma explícita en el schema o programáticamente con setIdAttribute()

AEC omplementacion

Hola buenas, alguien de casualidad a generado alguna implementación de AEC (cesiones Electrónicas) ...

De antemano gracias...

Prefijos de Namespace en Firma

Al momento de firmar los documentos utilizando el método signEmbededApache, se están generando los tags de la firma con prefijo "ds"

<ds:Signature ...>

lo cual debería funcionar perfectamente, de hecho SII los acepta, pero algunos proveedores no están reconociendo ésta sintaxis.

Si alguien mas tiene éste problema, lo solucioné modificando el método signEmbededApache, agregando ésta línea ántes de firmar...

org.apache.xml.security.utils.Constants.setSignatureSpecNSprefix("");

espero le sirva a alguien intentando usar ésta biblioteca.

(Porqué no se usa signEmbededApache para firmar todos los tipos de XML?)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.