XdsObjects Help file
XdsObjects Namespace / XdsSoapServer Class
Members



XdsSoapServer Class

A server which listens for incoming transactions for requests which do not include document data.

Syntax
Public Class XdsSoapServer 
   Inherits XdsBaseServer
Dim instance As XdsSoapServer
public class XdsSoapServer : XdsBaseServer 
public ref class XdsSoapServer : public XdsBaseServer 
Remarks

This object is used for:

  • Stored Registry Queries
  • Cross Gateway Queries
  • Register (not Provide and Register) Transactions

The above all use SOAP encoding. Othe transaction which can include documents themselves use the XdsMtomServer class

Inheritance Hierarchy

System.Object
   XdsObjects.XdsBaseServer
      XdsObjects.XdsSoapServer

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also