Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The ProfilesWebService class provides web-service based access to the Commerce Server profile management functionality.
Namespace: Microsoft.CommerceServer.Profiles.WebService
Assembly: Microsoft.CommerceServer.Profiles.DataManagement (in Microsoft.CommerceServer.Profiles.DataManagement.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
<WebServiceAttribute(Name := "ProfilesWebService", Namespace := "https://schemas.microsoft.com/CommerceServer/2006/03/ProfilesWebService")> _
<SoapDocumentServiceAttribute> _
Public Class ProfilesWebService _
Inherits WebService
'Usage
Dim instance As ProfilesWebService
[ComVisibleAttribute(false)]
[WebServiceAttribute(Name = "ProfilesWebService", Namespace = "https://schemas.microsoft.com/CommerceServer/2006/03/ProfilesWebService")]
[SoapDocumentServiceAttribute]
public class ProfilesWebService : WebService
[ComVisibleAttribute(false)]
[WebServiceAttribute(Name = L"ProfilesWebService", Namespace = L"https://schemas.microsoft.com/CommerceServer/2006/03/ProfilesWebService")]
[SoapDocumentServiceAttribute]
public ref class ProfilesWebService : public WebService
public class ProfilesWebService extends WebService
Remarks
The classes exposed in this web service contain the profiling functionality for the Commerce Server .NET Application Framework.
Inheritance Hierarchy
System..::.Object
System.ComponentModel..::.MarshalByValueComponent
System.Web.Services..::.WebService
Microsoft.CommerceServer.Profiles.WebService..::.ProfilesWebService
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.