WebSvcWssInterop Namespace
The WebSvcWssInterop namespace is an arbitrary name for a reference to the WssInterop.asmx Web service of the PSI in Microsoft Office Project Server 2007.
The WssInterop class in the Web service includes methods for managing project workspaces. The Project Workspaces and Project Workspace Provisioning Settings pages of Project Web Access use the WssInterop class methods. For example, you can set the site URL and default workspace properties on the http://ServerName/ProjectServerName/_layouts/pwa/Admin/WorkspaceProvisioningSettings.aspx page, and synchronize Project Server users on the http://ServerName/ProjectServerName/_layouts/pwa/Admin/ManageWSS.aspx page.
You can create or delete a Windows SharePoint Services 3.0 sites for projects, get information about or update the Windows SharePoint Services sites and settings in the farm, synchronize or update user memberships in Windows SharePoint Services sites, and determine whether a Windows SharePoint Services Web exists.
The WssInterop class methods generally use or return one of the following objects:
Classes
Class | Description | |
---|---|---|
ProjectWSSInfoDataSet | ||
ProjectWSSInfoDataSet.ProjWssInfoDataTable | ||
ProjectWSSInfoDataSet.ProjWssInfoRow | Specifies a row of project information on the Web-based project hosting server. | |
ProjectWSSInfoDataSet.ProjWssInfoRowChangeEvent | Describes event handler settings for the specified data. | |
WssInterop | Includes methods for managing SharePoint workspaces for projects in Microsoft Office Project Server 2007. | |
WssServersDataSet | ||
WssServersDataSet.WssServersDataTable | ||
WssServersDataSet.WssServersRow | Specifies the row data associated with a Web-based host server for projects. | |
WssServersDataSet.WssServersRowChangeEvent | Describes event handler settings for the specified data. | |
WssSettingsDataSet | ||
WssSettingsDataSet.WssAdminDataTable | ||
WssSettingsDataSet.WssAdminRow | Specifies a row of administration and site data for a project. | |
WssSettingsDataSet.WssAdminRowChangeEvent | Describes event handler settings for the specified data. |
Delegates
Delegate | Description | |
---|---|---|
ProjectWSSInfoDataSet.ProjWssInfoRowChangeEventHandler | ||
WssServersDataSet.WssServersRowChangeEventHandler | ||
WssSettingsDataSet.WssAdminRowChangeEventHandler |