I just wonder why is it not recommendet not to use GUI in web
services. You use GUI in ASP.NET all the time so why can't you use it
in Web services.
A web service is a type of UI, in and of itself. It is not a GUI type of
UI, but that is because it is set up to be a data boundary. In general,
you do not have users directly accessing a web service.
In many ways, this is like asking, why not make a GUI on top of SQL
Server or Oracle. Because the GUI is farther up the line.
You can set up the following:
UI <> Web Service <> Business Library <> Data Layer <> Data Storage
or
UI <> Business Library <> Web Service <> Data Layer <> Data Storage
Hope this helps.
Peace and Grace,
--
Gregory A. Beamer (MVP)
Twitter: @gbworld
Blog:
http://gregorybeamer.spaces.live.com
*******************************************
| Think outside the box! |
*******************************************