You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Andrea Smyth (JIRA)" <ji...@apache.org> on 2007/07/17 16:00:04 UTC

[jira] Resolved: (CXF-797) Make policy version/namespace configurable

     [ https://issues.apache.org/jira/browse/CXF-797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrea Smyth resolved CXF-797.
------------------------------

    Resolution: Fixed

> 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.