I am using UserGroup.asmx (GetGroupCollectionFromWeb and GetUserCollectionFromGroup methods) to gather information about users and groups. Currently I'm running this at the site level for each site. I'd like to be able to run it as the site collection level, querying each of the subsites.
I saw how to do this with a Query List action. Is it possible with a Call Web Service action?
Thank you.
Wendy