Element
Web Services Enhancements 2.0 Service Pack 2
<input> Element

Specifies the custom filters applied to SOAP messages received by WSE.

<microsoft.web.services2> Element
  <filters> Element
<input>
  <add type="CustomFilter,CustomFilterAssembly" />
</input>
Attributes and Elements

Attributes

None

Child Elements

Attribute Description

<add> Element for <input>

Optional element. Adds a custom filter for incoming SOAP messages.

Parent Elements

Element Description

<filters> Element

Controls the custom filters applied to SOAP messages sent and received by WSE applications.

Remarks

Before adding the <input> element to a configuration file, you must add the microsoft.web.services2 configuration section handler to the configuration file. For details about adding the microsoft.web.services2 configuration section handler, see <section> Element (WSE for Microsoft .NET).

Example

The following code example specifies that the custom filter CustomFilter runs when SOAP messages are received.

<configuration>
  <microsoft.web.services2>
    <filters>
      <input>
            <add type="CustomFilter,CustomFilterAssembly" />
      </input>
    </filters>
  </microsoft.web.services2>
</configuration>
See Also

Reference

<add> Element for <input>
<filters> Element

© 2009 Microsoft Corporation. All rights reserved.   Terms of Use | Trademarks | Privacy Statement
Page view tracker
Rate the Lightweight library
x
Lightweight builds on ScriptFree (loband) by adding features you've requested: a SearchBox and default code language selection.
Do you like the SearchBox?
Do you like the tabbed code blocks?
How useful is this topic?
Tell us more.
Thanks
x
You're helping to improve MSDN Online.
Feedback
Switch View
Classic
Lightweight Beta
ScriptFree
Switch View