ebics-java-client
ebics-java-client copied to clipboard
EBICS H005 (ebics3.0) support
Hi Uwe Maurer
I have forked your repo and started working on giving support for H005 (ebics3.0) along with the older one. H005 protocol has major enhancement and new XSD schema changes.
Current Status:
- [x] Configurable protocal version H003/H005 based on property file
- [x] H005 XSD integartion
- [x] INI order type
- [x] HIA order type
- [ ] HPB order type
- [ ] BTU ordr type
- [ ] BTD order type
- [ ] HEV order type
- [ ] HKD order type
- [ ] HPD order type
- [ ] HTD order type
- [ ] etc and many more order types and new features.
Hi @ssmali1505! I just want to say thank you that you implement EBICS 3.0! I was using this ebics-java-client library just a couple of weeks ago and was wondering if someone will ever work on the 3.0 implementation. So thank you for doing that!
Any news on this project @ssmali1505?
I am also interested in that change. Sadly it seems ssmali fork is no longer maintained, and a lot of unrelated changes were made there (for instance, renaming the package, rewriting console app in kotlin...), making a rebase and a merge of the interesting parts much harder. I'll do my best to come with some usable patches out of all this.
Is the current library compatible with version 2.5 or does it only support 2.4?