Make policy version/namespace configurable
------------------------------------------
Key: CXF-797
URL: https://issues.apache.org/jira/browse/CXF-797
Project: CXF
Issue Type: Improvement
Components: WS-* Components
Reporter: Andrea Smyth
OOTB, CXF supports the November 2006 version of the Web services Policy 1.5 -
Framework specification (namespace: http://www.w3.org/2006/07/ws-policy/).
Backward support for the 2004 version can be 'enabled' by programatically
changing the namespace to http://schemas.xmlsoap.org/ws/2004/09/policy via the
(static) API PolicyContstants.setNamespace (...) (in practice, the namespace
name is the main difference).
To simultaneously support different policy namespaces, but more so easily
configure the namespace, the static API should be replaced by a dynamic one,
e.g. PolicyEngine.setNamespace(...).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.