https://github.com/project-openubl/xhandler-java
Java library for creating and sending XML files through SOAP - SUNAT
https://github.com/project-openubl/xhandler-java
creditnote debitnote invoice java peru sunat ubl ubl20 ubl21 web-service wsdl wsdl-generation
Last synced: 13 days ago
JSON representation
Java library for creating and sending XML files through SOAP - SUNAT
- Host: GitHub
- URL: https://github.com/project-openubl/xhandler-java
- Owner: project-openubl
- License: apache-2.0
- Created: 2018-04-28T17:53:08.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T07:43:30.000Z (about 2 months ago)
- Last Synced: 2025-03-31T12:58:06.474Z (about 2 months ago)
- Topics: creditnote, debitnote, invoice, java, peru, sunat, ubl, ubl20, ubl21, web-service, wsdl, wsdl-generation
- Language: Java
- Homepage: https://project-openubl.github.io/
- Size: 9.93 MB
- Stars: 20
- Watchers: 5
- Forks: 17
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
[](https://www.apache.org/licenses/LICENSE-2.0)
[](https://github.com/project-openubl/xhandler/actions/workflows/ci.yml)[](https://projectopenubl.zulipchat.com/)
[](https://github.com/project-openubl/xhandler/actions/)| Artifact | Version |
|-------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| XBuilder | [](https://search.maven.org/artifact/io.github.project-openubl/xbuilder/) |
| XBuilder Quarkus extension | [](https://search.maven.org/artifact/io.github.project-openubl/quarkus-xbuilder/) |
| XSender | [](https://search.maven.org/artifact/io.github.project-openubl/xsender/) |
| XSender Quarkus extension | [](https://search.maven.org/artifact/io.github.project-openubl/quarkus-xsender/) |
| XSender Spring Boot extension | [](https://search.maven.org/artifact/io.github.project-openubl/spring-boot-xsender/) |# XBuilder
Librería Java para crear XMLs basados en UBL y los estándares de la SUNAT respecto a la facturación electrónica.
XBuilder esta diseñado para que puedas crear XMLs fácilmente.
- Crea XMLs sin que necesites conocer nada sobre manejo de archivos XMLs.
- Hace cálculos internos por ti.
- Requiere solamente datos mínimos.## ¿Qué puedes hacer con XBuilder?
- Crear XMLs
- Firmar XMLs### Update snapshots
```shell
mvn clean test -Dxbuilder.snapshot.update
```# XSender
Libreria para realizar envíos de comprobantes electrónicos a los servicios web de la SUNAT y/o OSCE de acuerdo a lo
especificado por la SUNAT.# Getting started
- [Documentación](https://project-openubl.github.io)
- [Discusiones](https://github.com/project-openubl/xsender/discussions)## License
- [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)