Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In general WS-Policy is used for configuring WS-Security, WS-Reliable Messaging, caching, and throttling.

WS-Policy Attachment specification defines a set of policy subjects that can be used, when the user wants to attach or apply security policies.

...

A policy to SOAP 1.1 and SOAP 1.2 bindings at Binding level can defined in the services.xml by adding the following code (see also refer to The WS-Policy Editor):

Code Block
<wsp:PolicyAttachment xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy">
   <wsp:AppliesTo>
      <policy-subject identifier="binding:soap11" />
      <policy-subject identifier="binding:soap12" />
   </wsp:AppliesTo>

   <wsp:Policy wsu:Id="binding_level_policy" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
   </wsp:Policy>
</wsp:PolicyAttachment>

...