Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
4 user(s) are online (4 user(s) are browsing encyclopedia)

Members: 0
Guests: 4

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

WS-Policy

WS-Policy is a specification that allows web services to use XML to advertise their policies (on WS-SecurityPolicy, Quality of Service, etc.) and for web service consumers to specify their policy requirements.

= Policy Assertion =

Assertions can either be requirements put upon a web service or an advertisement of the policies of a web service.

= Operator tags =

Two operators (XML tags) are used to make statements about policy combinations:

  • wsp:ExactlyOne - asserts that only one child node must be satisfied.
  • wsp:All - asserts that all child nodes must be satisfied.
  • Logically, an empty wsp:All tag makes no assertions

    = Policy Intersection =

    The policy intersection is a semantic (as opposed to syntactic) intersection (set theory) of two policies. The intersection is a new policy that complies with both their requirements/capabilities - or, if the policies are incompatible, this is discovered by both parties.

    = See Also =

    *[ftp://www6.software.ibm.com/software/developer/library/ws-policy.pdf WS-Policy specification]