I'm trying to understand the SharePoint hierarchy of objects and don't understand SPWebService .
Here is what I have:
- SPFarm contains
- One or (usually) multiple WebApplications, each contains
- One or more SPSites which then contain one or more SPWebs
- One or (usually) multiple WebApplications, each contains
I know that each SPWebApplication can have one or more SPContentDatabases and that SPSite is really a child of a Content Database which is really a child of SPWebApplication.
It looks like the SPWebService sits between SPFarm and SPWebApplication, but I don't understand if there is always just one or if there can be multiple SPWebServices? And under what circumstances would someone have more that one SPWebService?