A
Adrian Parker
Currently we have a client server application that calls DLLs to perform business logic on the client, but we're in the process of
developing software to run on the web. At the moment, the web software does not need to call the same business logic, but in
future it will need to. I'm thinking that creating a webservice to hold the business logic to be called from the client/server
application and the website would be the best approach.. But not having written a webservice before, I don't know the limitations..
any comments ?
developing software to run on the web. At the moment, the web software does not need to call the same business logic, but in
future it will need to. I'm thinking that creating a webservice to hold the business logic to be called from the client/server
application and the website would be the best approach.. But not having written a webservice before, I don't know the limitations..
any comments ?