Hi all, I want to move my application from xfire to CXF. But I have few questions.
1. Before calling web service I set some parameters to request header. I use handlers in xfire for this purposes. As I know, in CXF handlers were changed to interceptors. But I can't find, how add headers in interceptor. Can I set some value to header in inteceptor? 2. Does CXF support this xfire construction: <property key="com.somepackage.SomeClassImpl.implementation"> com.somepackage.SomeClass </property>? -- View this message in context: http://www.nabble.com/XFire-Migration-tp20619183p20619183.html Sent from the cxf-user mailing list archive at Nabble.com.
