H
hk2004
Hello
I have several clients, mobile, web and desktop. I would like to depoly common functionality for these clients in Web Servvices. Also, I am developing business server processes (EXEs) as windows services. These server processes will encapsulate all the business logic on the server side including DB access
Questions:
1. How can my webservice communicate with these server processes? I dont want to duplicate the server process code like ADO.NET etc in my web seervice
2. In my server process project, can I add the webservice as an interface to the EXE
Thanks
I have several clients, mobile, web and desktop. I would like to depoly common functionality for these clients in Web Servvices. Also, I am developing business server processes (EXEs) as windows services. These server processes will encapsulate all the business logic on the server side including DB access
Questions:
1. How can my webservice communicate with these server processes? I dont want to duplicate the server process code like ADO.NET etc in my web seervice
2. In my server process project, can I add the webservice as an interface to the EXE
Thanks