Click to Rate and Give Feedback
MSDN
MSDN Library

  Switch on low bandwidth view
UserProfileService Class (websvcUserProfileService)
Contains methods and properties used to call the UserProfileService Web service.

Namespace: websvcUserProfileService
Assembly: MOSSSOAP (in mosssoap.dll)

Visual Basic (Declaration)
<DesignerCategoryAttribute("code")> _
<DebuggerStepThroughAttribute> _
<WebServiceBindingAttribute(Name:="UserProfileServiceSoap", Namespace:="http://microsoft.com/webservices/SharePointPortalServer/UserProfileService")> _
<XmlIncludeAttribute(GetType(PropertyData))> _
Public Class UserProfileService
    Inherits SoapHttpClientProtocol
Visual Basic (Usage)
Dim instance As UserProfileService
C#
[DesignerCategoryAttribute("code")] 
[DebuggerStepThroughAttribute] 
[WebServiceBindingAttribute(Name="UserProfileServiceSoap", Namespace="http://microsoft.com/webservices/SharePointPortalServer/UserProfileService")] 
[XmlIncludeAttribute(typeof(PropertyData))] 
public class UserProfileService : SoapHttpClientProtocol

The UserProfileService Web service provides a user profile interface for remote clients to read and create user profiles.

To use the UserProfileService Web service library, you must generate a proxy class in either Microsoft Visual C# or Microsoft Visual Basic through which you can call the various Web service methods.

The Web Services Description Language (WSDL) for the UserProfileService endpoint is accessed through UserProfileService.asmx?wsdl.

The following example shows the format of the URL to the UserProfileService WSDL file.

http://<server>/<customsite>/_vti_bin/UserProfileService.asmx

If you do not have a custom site, you can use the following URL:

http://<server>/_vti_bin/UserProfileService.asmx
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker