[an error occurred while processing this directive]
[an error occurred while processing this directive]To provide for a robust development and operational environment, web services are described using machine-readable metadata. This metadata serves several purposes, one of them being describing the capabilities and requirements of a service - often called policy of the service. In recent years, there have been many different web service policy language proposals, all of them describing languages with varying degrees of expressivity and complexity. However, with most current proposals it is difficult to determine their expressivity and computational properties as most lack a formal semantics. By mapping the policy language constructs into a logic (e.g., some variant of first order logic, such as OWL-DL) we can acquire a clear semantics for the policy languages, as well as a good sense of the computational aspects of the languages.
We have mapped one of the policy languages, WS-Policy, to OWL-DL. WS-Policy is a policy language being developed by IBM, Microsoft, BEA, and other major web services vendors and is generally considered to be the policy language with the most momentum. We have chosen two approaches: expressing policies as instances, and expressing them as classes. With the latter, we are able to use our OWL-DL reasoner, Pellet as a policy engine with analysis services that go far beyond what is usually offered - preliminary results of OWL-DL reasoners classifying generated policy sets using our mapping available below:
| Policy Size
(assertions,policies) |
Pellet (sec.) | Racer (sec.) | FaCT (sec.) |
| (100,10) | 0.81 | 0.91 | 1.03 |
| (100,20) | 1.00 | 1.32 | 1.20 |
| (200,20) | 1.53 | 1.45 | 1.55 |
| (200,40) | 2.17 | 1.75 | 2.30 |
| (1000,100) | 15.54 | 22.32 | 16.22 |