railslove/epics

Support for multi-segment responses

klausmeyer opened this issue · 3 comments

Hi,

I noticed during the development of a C54 feature (basically a copy of your C53 implementation) that the multi segment responses aren't supported currently (also seen your comment in 468fa7c).

Are you already working on the support for multipart responses or do you have any plans for it?
I may also be able to contribute some code if it makes sense.

Cheers, Klaus

hej,

woopsie :) a well, i though i covered all the Cxx order types.

if you could contribute the multi-segment code, that'd be awesome. let me know if i can support you somehow, the main reason it's missing right now, was the lack of real sample data :)

Just wanted to give a short update: I managed some weeks ago to fetch the segmented data from our account at Deutsche Bank but then stuck on correctly decrypting and unzipping the data afterwards.

Currently I don't have enough spare time to get it further.

Maybe I can already create a PR for the C54 part and push a branch with my current status on the segmented fetch logic so you could also take a look at it and maybe contribute with your experience of the EBICS protocol.

yeah, thanks for the update.

go ahead for a C54 PR, i'm also interested in the segment code.