WebSvcLoginWindows Namespace

The WebSvcLoginWindows namespace is an arbitrary name for a reference to the LoginWindows.asmx Web service in Microsoft Office Project Server 2007. Use the LoginWindows Web service to log on and log off users with Windows authentication.

The LoginWindows class in the Web service includes only the Login and Logoff methods. A separate LoginWindows.asmx file is included in each Project Web Access virtual site in a Microsoft Windows SharePoint Services farm. The LoginWindows Web service is not one of the shared Project Server Interface (PSI) Web services, which are hosted in a shared services site in the Office Server Web Services.

You can access the LoginWindows Web service with a URL such as the following:

http://ServerName/ProjectWebAccessName/_vti_bin/psi/LoginWindows.asmx

For logon and logoff with Project Server authentication, see WebSvcLoginForms.

Classes

  Class Description
Public class LoginWindows Includes methods for logon and logoff using Windows authentication.