Specifies that all registered SOAP transports are to be removed.
<microsoft.web.services3> Element
  <messaging> Element
    <transports> Element
<clear />
Attributes and Elements
Attributes
None.
Child Elements
None.
Parent Elements
| Element | Description | 
|---|---|
Controls the SOAP transport settings for the Microsoft Web Services Enhancements.  | 
Example
The following code example removes all registered SOAP transports.
<configuration>
  <microsoft.web.services3>
    <messaging>
      <transports>
        <clear />
      </transports>
    </messaging>
  </microsoft.web.services3>
</configuration>