I have a loop to add users to a Sharepoint group using a web service call.
However, some users have left the organization. The web service throws 'Microsoft.SharePoint.SoapServer.SoapServerException'
Is there an easy way to skip the problematic record and continue handling the rest records.
Thanks.