Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Controls the SOAP transport settings for the Microsoft Web Services Enhancements.
<microsoft.web.services3> Element
<messaging> Element
<transports>
<clear/>
<add>
<exclusiveAddressUse/>
<defaultPort/>
<idleTimeoutInMilliSeconds/>
<noDelay/>
</add>
<remove/>
</transports>
Attributes and Elements
Attributes
None
Child Elements
Element | Description |
---|---|
Specifies that all registered transports are to be removed. |
|
Specifies a SOAP transport to add to the system. |
|
Specifies that a SOAP transport is to be removed from the system. |
Parent Elements
Element | Description |
---|---|
Controls the messaging settings for the Microsoft Web Services Enhancements. |
Example
The following code example adds the soap.tcp
transport to the system with a default port value of 8081
.
<configuration>
<microsoft.web.services3>
<messaging>
<transports>
<add scheme="soap.tcp" >
<defaultPort value="8081" />
</add>
</transports>
</messaging>
</microsoft.web.services3>
</configuration>
See Also
Reference
<clear> Element for <transports>
<add> Element for <transports>
<remove> Element for <transports>
<messaging> Element