Using WS-Policy with CXF

2007-10-29 Thread Haselmann, Till
Dear NG, I would like to use WS-Policy with CXF. For that, I prepared a WSDL-file that contains a policy plus a policy reference (working well with Sun's Metro). I followed the scarce info from the user guide to activate the policy engine and tried the following config: ?xml version=1.0

RE: Using WS-Policy with CXF

2007-10-29 Thread Haselmann, Till
(BusApplicationContext.java:71) [java] at org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:84) -Original Message- From: Haselmann, Till Sent: Monday, October 29, 2007 2:56 PM To: cxf-user@incubator.apache.org Subject: Using WS-Policy with CXF Dear NG

Problems with Policy file

2007-09-21 Thread Haselmann, Till
Hello everybody, I have created a Web Service using Sun's Metro stack (i.e., JAX-WS + WSIT). For this, I also created a policy file that works well with the WSIT implementation of WS-Policy/WS-SecurityPolicy/... Now, I would like to create a CXF-based Web Service + client for the same