G
Gunnar.Vogt
Guest
Hi, I'm not sure if I completely understand your problem, but I assume that you currently have to login into your banks web site and request your current statement. It will than send to you as an Excel file which you upload into your system. If this so and you would like to automate this you need to check if your bank provides a Web Service + API you can connect to. You will need to write a program that does the following: - connect to you bank via SSL using a given WSDL file and the given login data - start a request for a bank statement (see description in WSDL) - read returned XML - interpret this XML and save data to your system If that is what you are looking for have a look at the www.oehive.org/.../lib and search for SALESFORCE as an example.
Continue reading...
Continue reading...