I have been able to clean up some of the prefix and namespaces using the 
public class PrintOutMsg extends AbstractSoapInterceptor { 

    public PrintOutMsg() {
        super(Phase.USER_PROTOCOL);
    }

But I have some namespaces related to WS-policy that are implemented at
later stage.
Is there a interceptor I can use just before the soap body is encrypted.


I am left with just two names spaces to clean.

Mahesh

--
View this message in context: 
http://cxf.547215.n5.nabble.com/Which-Interceptor-to-choose-to-Cleanup-WS-Policy-namesapces-within-soap-body-child-nodes-tp4565981p4565981.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to