I've not been an expert on ws-*, but i just look at the samples in the cxf distribution, we do have a sample of ws-policy
And we have doc on http://cwiki.apache.org/CXF20DOC/ws-support.html

Don't know if it's sufficient

James

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

Reply via email to