This documentation is archived and is not being maintained.
SoapServiceRoutingStyle Enumeration
.NET Framework 1.1
Specifies how a SOAP message is routed to the Web server hosting the XML Web service.
[Visual Basic] <Serializable> Public Enum SoapServiceRoutingStyle [C#] [Serializable] public enum SoapServiceRoutingStyle [C++] [Serializable] __value public enum SoapServiceRoutingStyle [JScript] public Serializable enum SoapServiceRoutingStyle
Members
| Member name | Description |
|---|---|
| RequestElement Supported by the .NET Compact Framework. | The SOAP Message is routed based on the first child element following the <Body> XML element of the SOAP message. |
| SoapAction Supported by the .NET Compact Framework. | The SOAP message is routed based on the SOAPAction HTTP header. |
Requirements
Namespace: System.Web.Services.Protocols
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
Assembly: System.Web.Services (in System.Web.Services.dll)
See Also
Show: