<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

<allowRedirectedResponses> Element

Specifies whether responses can be redirected to a FaultTo or ReplyTo header.

<executionTimeoutInSeconds> Element

Specifies the maximum amount of time that it takes to process a SOAP message using the TCP protocol.

<maxMessageLength> Element

Specifies the maximum size for incoming SOAP messages.

<transports> Element

Specifies the SOAP transport settings for the system.

Parent Elements

Element Description

<microsoft.web.services3> Element

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