<messaging> Element
Controls the messaging settings for the Microsoft Web Services Enhancements.
<microsoft.web.services3> Element
<messaging>
<allowRedirectedResponses enabled />
<executionTimeoutInSeconds value />
<maxMessageLength value />
<transports />
</messaging>
Attributes and Elements
Attributes
None
Child Elements
Element | Description |
---|---|
Specifies whether responses can be redirected to a FaultTo or ReplyTo header. |
|
Specifies the maximum amount of time that it takes to process a SOAP message using the TCP protocol. |
|
Specifies the maximum size for incoming SOAP messages. |
|
Specifies the SOAP transport settings for the system. |
Parent Elements
Element | Description |
---|---|
Controls the configuration options defined by WSE. |
Example
The following code example adds the soap.tcp
transport to the system with a default port value of 8081
.
<messaging>
<transports>
<add scheme="soap.tcp" >
<defaultPort value="8081" />
</add>
</transports>
</messaging>
See Also
Reference
<allowRedirectedResponses> Element
<executionTimeoutInSeconds> Element
<maxMessageLength> Element
<transports> Element