I am trying to learn ws-addressing using apache-cxf but I am facing some problems.
1) First I went through http://cxf.apache.org/docs/ws-addressing.html Using xml configuration , how can I force client to enable ws-addressing? I know I can do this with annotation Addressing(enabled=true, required=true). But can I do this using xml configuration? 2) Then I went through http://cxf.apache.org/docs/wsaconfiguration.html. Is it that I have to make changes in wsdl? What is most preferred way to configure ws-addressing in cxf #1 and #2 or using annotations or java code ? 3) What I want to try is set replyto/fault headers. -- View this message in context: http://cxf.547215.n5.nabble.com/ws-addressing-beginner-s-questions-tp5716565.html Sent from the cxf-user mailing list archive at Nabble.com.
