This might be a simple question, but is it possible to use a windows service as a tier between my code and a webservice?
I have a rather large project, and a webservice. Instead of calling the WS directly, I need a tier inbetween. (There are reasons to why that's a good idea...)
Since a windows service is all ready present, can I call that service, and get that same service to call the webservice?