GetUserProfileByIndexResult Class

Returns a user profile and the location of the next user profile when the GetUserProfileByIndex(Int32) method of the UserProfileService Web service is called.

Inheritance Hierarchy

System.Object
  websvcUserProfileService.GetUserProfileByIndexResult

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class GetUserProfileByIndexResult
'Usage
Dim instance As GetUserProfileByIndexResult
[SerializableAttribute]
public class GetUserProfileByIndexResult

Remarks

The User Profile Web service namespace is an arbitrary name for a reference to the UserProfileService.asmx Web service in Microsoft Office SharePoint Server 2007.

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

To use the User Profile 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 User Profile Web service endpoint is accessed through UserProfileService.asmx?wsdl.

The following example shows the format of the URL to the User Profile Web service WSDL file.

https://server/customsite/_vti_bin/UserProfileService.asmx

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

https://server/_vti_bin/UserProfileService.asmx

We recommend that you create a custom site, and then use the URL that includes the custom site in the URL format.

The following table describes each element in the URL.

URL element

Description

server

The name of the server on which Microsoft Office SharePoint Server 2007 is deployed.

customsite

A custom Office SharePoint Server 2007 site that the server administrator creates.

<endpointname>.asmx

The name of the Web service endpoint. For User Profile Web service, it is UserProfileService.asmx.

For more information about the WSDL format, see the World Wide Web Consortium (W3C) WSDL specification.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

GetUserProfileByIndexResult Members

websvcUserProfileService Namespace