When we should call business layer through web service?
When we should call business layer through web service in presentation layer??
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
amit kumarPosted Mar 24, 2015, 9:03 AM
Sudhansu Sekhar PrustyPosted Mar 24, 2015, 6:20 AM
Usually its a best practice to call all methods via service layer for following scenario.
Suppose you will create a new Mobile Application that will do basically the same operation that you do in your web application, so in this case you can directly call/use your service layer.
Again having a service layer you can expose some methods to third party developer/user to build their custom application.