Hi all,
It seems like every effort talking to Sharepoint through its web services needs a domain\user name. For example:
UserProfileService.GetUserProfileByName(string accountName)
The accountName should be domain\user name.
If I only got full name (FirstName LastName), is it possible to communicate with SharePoint? Is there any way to convert the full name into domain\user name? Is domain\user name the only way to do it?
Thank you in advance. :)