ebics-java-client icon indicating copy to clipboard operation
ebics-java-client copied to clipboard

EBICS H005 (ebics3.0) support

Open ssmali1505 opened this issue 4 years ago • 4 comments
trafficstars

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.

ssmali1505 avatar Jun 03 '21 11:06 ssmali1505

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!

mkurz avatar Jun 04 '21 21:06 mkurz

Any news on this project @ssmali1505?

cyrilfr avatar Sep 23 '22 08:09 cyrilfr

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.

pinaraf avatar Apr 24 '23 06:04 pinaraf

Is the current library compatible with version 2.5 or does it only support 2.4?

vsia7 avatar Jul 12 '23 10:07 vsia7