Has anyone had luck modifying a user profile in MOSS07 using the
Profiles Web Service?
I was able to create a user profile, as such...
----------------------------------------------------------
Dim proservice As New userprofileservice.UserProfileService
theUser = "AspNetSqlMembershipProvider:user1"
proservice.Credentials = New System.Net.NetworkCredential
("administrator", "password", "mydomain")
Dim myData() As userprofileservice.PropertyData
myData = proservice.CreateUserProfileByAccountName(theUser)
----------------------------------------------------------
This works fine. However, it creates a bare profile with just an
Account Name. I need to actually fill in some profile fields with
information using the same web service.
Do you know someone who can help? Share a link to this thread on twitter, or facebook.