OFX Files

Hi,My application needs to parse a OFX file (unified specification for the electronic exchange of financial), process it, and create/save another OFX file.Please, Does anybody knows a Java API capable of processing OFX files?thanks a lot,Roger
[278 byte] By [roger_sa] at [2007-11-27 2:38:44]
# 1
Hi again,Please, Does any know any Java API to process OFX files?I've being searching for it on google with no success...thanks,Roger
roger_sa at 2007-7-12 3:00:11 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2

When you first posted, I googled too and couldn't find anything useful.

But now when I google for "ofx specification" (which I didn't do before, I don't know why) I find a link to... the OFX specifications.

http://www.ofx.net/ofx/de_spec.asp

It says that as of OFX version 2.0, it's based on XML. I assume that means it's a dialect of XML. Java has an API that can process XML, as you know because you posted in this forum. So... yes.

And from that page you can download the specifications.

DrClapa at 2007-7-12 3:00:11 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...