Is there a way to configure WSPolicy in the jaxws definition of a service in
the same way as WS-Reliable Messaging?

i.e. is it possible to have something like this:

<jaxws:features>
        <wsa:addressing />
        <p:policies>
        <wsp:Policy>
            <wsam:Addressing
xmlns:wsam="http://www.w3.org/2007/02/addressing/metadata";>
                <wsp:Policy />
            </wsam:Addressing>
        </wsp:Policy>                       
        </p:policies>
</jaxws:features>

Are there any examples of this?

Thanks
-- 
View this message in context: 
http://www.nabble.com/JAXWS---WS-Policy-tf4773036.html#a13653961
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to