Hi people,

I need to set CXF to use WS-Addressing version 1
I´m using code like this:

ClientProxyFactoryBean factory = new ClientProxyFactoryBean();
factory.getFeatures().add(new WSAddressingFeature());
...
...
...


but still the soap message header has:
xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing";

Is there a way I can force CXF to use
xmlns="http://www.w3.org/2005/08/addressing";???

Thanks

Adrián Boimmvaser

-- 
View this message in context: 
http://old.nabble.com/How-to-set-WS-Addressing-version--tp28473435p28473435.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to