CatalogWebService Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The CatalogWebService class provides web-service based access to the Commerce Server catalog management functionality.
Namespace: Microsoft.CommerceServer.Catalog.WebService
Assembly: Microsoft.CatalogServer (in Microsoft.CatalogServer.dll)
Syntax
'Declaration
<WebServiceAttribute(Namespace := "https://schemas.microsoft.com/CommerceServer/2006/06/CatalogWebService", _
Description := "This web service provides access to the Commerce Server Catalog System")> _
Public Class CatalogWebService _
Inherits CatalogServerContextBase
'Usage
Dim instance As CatalogWebService
[WebServiceAttribute(Namespace = "https://schemas.microsoft.com/CommerceServer/2006/06/CatalogWebService",
Description = "This web service provides access to the Commerce Server Catalog System")]
public class CatalogWebService : CatalogServerContextBase
[WebServiceAttribute(Namespace = L"https://schemas.microsoft.com/CommerceServer/2006/06/CatalogWebService",
Description = L"This web service provides access to the Commerce Server Catalog System")]
public ref class CatalogWebService : public CatalogServerContextBase
public class CatalogWebService extends CatalogServerContextBase
Inheritance Hierarchy
System..::.Object
System.ComponentModel..::.MarshalByValueComponent
System.Web.Services..::.WebService
CatalogServerContextBase
Microsoft.CommerceServer.Catalog.WebService..::.CatalogWebService
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.