<soapServerProtocolFactory> Element
.NET Framework 3.0
Specifies a SoapServerProtocolFactory to use.
<soapServerProtocolFactory type="typename" />
The following sections describe attributes, child elements, and parent elements.
Attributes
| Attribute | Description |
|---|---|
| type | The name of the SoapServerProtocolFactory to use. The default is "System.Web.Services.Protocols.SoapServerProtocolFactory, System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" |
Child Elements
None.
Parent Elements
| Element | Description |
|---|---|
| configuration | The root element in every configuration file used by the common language runtime and .NET Framework applications. |
| system.web | Specifies the root element for the ASP.NET configuration section. |
| webServices | Controls the settings of Web services deployed using ASP.NET and of Web service clients running on the .NET Framework. |
Reference
<webServices> ElementOther Resources
ASP.NET Configuration SettingsXML Web Services Created Using ASP.NET and XML Web Service Clients
ASP.NET Configuration
Community Additions
ADD
Show: