<remove> Element for <transports>
Removes a SOAP transport to the system.
<microsoft.web.services3> Element
<messaging> Element
<transports> Element
<remove scheme />
Attributes and Elements
Attributes
Attribute | Description |
---|---|
scheme |
Required attribute. The transport scheme to remove. Can be one of the WSE supported schemes or a custom transport scheme. |
Child Elements
None
Parent Elements
Element | Description |
---|---|
Controls the SOAP transport settings for the Microsoft Web Services Enhancements. |
Example
The following code example removes the soap.tcp
transport from the system.
<configuration>
<microsoft.web.services3>
<messaging>
<transports>
<remove scheme="soap.tcp" />
</transports>
</messaging>
</microsoft.web.services3>
</configuration>