控制 ASP.NET Web 服务及其客户端的行为。默认情况下,webServices 元素和其子代应用于配置所应用的任何 Web 服务或代理类。

Note注意

在 .NET Framework SDK 主要配置节中的 Web 服务设置架构内对该元素进行了全面说明。有关更多信息,请参见该节。

<configuration> 元素
??system.web 元素(ASP.NET 设置架构)
????<webServices> 元素
<webServices>
    <conformanceWarnings>...</conformanceWarnings>

    <protocols>...</protocols>

    <soapEnvelopeProcessing.../>

    <serviceDescriptionFormatExtensionTypes>...
    </serviceDescriptionFormatExtensionTypes>

    <soapExtensionImporterTypes>...</soapExtensionImporterTypes>

    <soapExtensionReflectorTypes>...</soapExtensionReflectorTypes>

    <soapExtensionTypes>...</soapExtensionTypes>

    <soapServerProtocolFactoryType.../>
    <soapTransportImporterTypes>...</soapTransportImporterTypes>

    <wsdlHelpGenerator.../>
</webServices>

Expand 图像属性和元素

Expand 图像备注

Expand 图像示例

Expand 图像元素信息

Expand image请参见