Topic: OFX download with Mathematica

Not sure where to post this. I am looking for some Mathematica code that will download my transactions from Fidelity NetBenefits, and would be happy to pay for it. I use Mathematica for my portfolio analysis and I would love to do this all in one step. 

Just a dump of the http post response into a string within Mathematica would be awesome. I can handle the parsing of the data. Mathematica has some http functionality built in, though the post command must be done with Mathematic's Java interface called JLink. Here is an example of accessing the Twitter web server with Mathematica:

http://blog.wolfram.com/2009/04/30/twit … thematica/

and a simple example using http post:

http://serialized-thoughts.blogspot.com … -with.html

Anyone interested? There could easily be some follow-on projects too.