Configuring a Web Service's Policy

The Web Services Enhancements for Microsoft .NET (WSE) provides a mechanism to declaratively state requirements that a SOAP message must meet to be processed. For example, a Web service might require that a SOAP message be signed with an X.509 certificate.

In This Section

  • How to: Declare a Policy
    Explains how to define policy assertions. A policy assertion is a set of requirements that a SOAP message must meet.
  • Policy Limitations
    Describes the known limitations of the Policy implementation within the Web Servcies Enhancements for Microsoft .NET (WSE).