<messaging> Element

Controls the messaging settings for the Microsoft Web Services Enhancements.

<microsoft.web.services2> Element

<messaging>        
  <allowRedirectedResponses /> 
  <executionTimeout value />
  <maxRequestLength />
  <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.

<executionTimeout> Element

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

<maxRequestLength> 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.services2> 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
<executionTimeout> Element
<maxRequestLength> Element
<transports> Element