NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

System.Web.Services Namespace

Classes

Class Description
WebMethodAttribute The web method attribute can be placed on a method in a web service class to mark it as available to be called via the web. The method and class must be marked public and must run inside of an ASP+ web application.
WebService Defines the optional base class for web services, which provides direct access to common ASP+ objects, like those for application and session state.
WebServiceAttribute The optional web service attribute can be used to add additional information to a web service. It is not required for a class to be published and executed as a web service.
WebServiceDescriptionAttribute [To be supplied.]
WebServicesConfiguration Contains configuration information for the web service runtime. The information is loaded from the config.web configuration file.
WebServicesConfigurationSectionHandler [To be supplied.]