Possible Duplicate:
Accessing all SiteCollections on a SharePoint Server with WebService
There is no Site Directory in WSS 3.0, which is what I would use to get a list of sites in MOSS 2007. Is there a way of getting a list of all site collections from WSS 3.0 through a web service?
Update: Looks like it can't be done. Sinced a daily dump is good enough, rather than write a custom web service, I'll just have the admin create a scheduled task to dump the output of an stsadm enumsites command into a web accessible location.
