S
Shawn
Hi.
Our company and one of our contractors are going to exchange data between
our financial systems. The contractor has set up a web service so that I
can download and upload data between the systems. The data is to be
exchanged in two ways. Sometime during the night the application should
start and download/upload everything that has changed during that day. In
addition to that they want me to create a web application they can access at
any time and download data that is needed immediately.
What is the best way to do this? Should I just create a dll that contains
all the methods needed and then use that from both the web application and
the windows application that should be started during the night?
Any help is greatly appreciated!
Thanks,
Shawn
Our company and one of our contractors are going to exchange data between
our financial systems. The contractor has set up a web service so that I
can download and upload data between the systems. The data is to be
exchanged in two ways. Sometime during the night the application should
start and download/upload everything that has changed during that day. In
addition to that they want me to create a web application they can access at
any time and download data that is needed immediately.
What is the best way to do this? Should I just create a dll that contains
all the methods needed and then use that from both the web application and
the windows application that should be started during the night?
Any help is greatly appreciated!
Thanks,
Shawn