Hi all,
I would appreciate any suggestion regarding my question. I just started
learning CXF with some knowledge of Maven And Spring Framework...
Trying to make decision about the following questions:
1. Which annotation would be preferable to utilize for my service endpoint:
-@WebServiceProvider or @WebService
I do know that @WebServiceProvider limits my web service only to one
method, etc, invoke()...
but @WebService I could have many methods....
What are the factors that should affect my decision?
2. As I deal with routing of my soap messages between several web services
and clients, I need to modify my original soap envelope, by adding new
nodes, and doing other things, such as displaying some data that defined and
determined dynamically. As I read Glen Mazza JAX-WS handlers and CXF
interceptors, I realize that maybe I could use them instead XSLT
transformation to modify my soap enevelope.
Any suggestions are really appeciated!!
Boris
--
View this message in context:
http://cxf.547215.n5.nabble.com/WebServiceProvider-or-WebService-tp5732418.html
Sent from the cxf-user mailing list archive at Nabble.com.