MOSS Forum

 
Home » Forum » MOSS       Ask a questionRSS Feeds

Editing profiles using Web Service (MOSS07)

  Asked By: Ronald Ramirez         Date: Sep 06, 2006      Category: MOSS      Views: 178
 

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.

Tagged:            

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on Editing profiles using Web Service (MOSS07) Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].