Share via


CompatibilityMode Enumeration

Specifies the wire format used by outgoing SOAP messages.

Namespace: Microsoft.Web.Services2.Configuration
Assembly: Microsoft.Web.Services2 (in microsoft.web.services2.dll)

Usage

'Usage
Dim compatibilityMode1 As CompatibilityMode = CompatibilityMode.Default

Syntax

'Declaration
Public Enum CompatibilityMode
public enum CompatibilityMode
public enum class CompatibilityMode
public enum CompatibilityMode
public enum CompatibilityMode

Members

Member name Description
Default This member supports the Web Services Enhancements for Microsoft .NET (WSE) infrastructure and is not intended to be used directly from your code.
WSE2RTM SOAP messages are sent using the wire format for WSE 2.0.
WSE2SP1 SOAP messages are sent using the wire format for WSE 2.0 service pack 1.
WSE2SP2 SOAP messages are sent using the wire format for WSE 2.0 service pack 2.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server, Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, Pocket PC, Windows CE, Smart Phone

See Also

Reference

Microsoft.Web.Services2.Configuration Namespace