Microsoft.SharePoint.SoapServer namespace

Contains classes that implement the Microsoft SharePoint Foundation Web Service on the server. In most cases, the members of these classes are not designed to be called from the server, and are not tested in this configuration. The methods provided by a Web service are designed to be called remotely from client applications. For information about using the methods of a Web service implemented by one of these classes, click the appropriate link in the Class column of the following table.

Classes

  Class Description
Public class ExportWebPartClass Provides an ASP.NET page that returns the DWP string format of a Web Part given a Web Part Page and the Web Part GUID.
Public class ExportWebPartFileClass Provides an ASP.NET page that returns the DWP string format of a Web Part given the file name of the DWP file.
Public class SoapServerException A wrapper class that converts a SharePoint or COM exception to a SOAP exception so that it can be deserialized on the Visual Studio .NET client.
Public class SoapXml Used internally by the SOAP layer. For more information, contact us.
Public class SoapXml.SoapString This class and its members are reserved for internal use and are not intended to be used in your code.
Public class SoapXml.SoapXmlElement Used internally by the SOAP layer. For more information, contact us.
Public class SoapXml.SoapXmlObject Contains the XML string to be returned to the SOAP client.
Public class WebPartPageSoapServerException This class and its members are reserved for internal use and are not intended to be used in your code.
Public class WebPartPagesWebService Provides design-time functionality for Web Part pages.