Hi,
I am working on a smart client application and it's using XML web services. There are so many work list in this application and the data objects are associated each work list. We can create a web service for each work list OR We can have a single web service to serve all work lists. Which one is the best approach in terms of performance, code maintenance, etc? I know that we have to group the web service based on Authentication, Authorization, security, etc.
Thanks in Advance, Joe