The @WebService notation is just one way of identifying a service class. You can also use Spring configuration, or build it directly in code.

  - Dennis

Dennis M. Sosnoski
Java Web Services Consulting <http://www.sosnoski.com/consult.html>
CXF and Web Services Security Training <http://www.sosnoski.com/training.html>
Web Services Jump-Start <http://www.sosnoski.com/jumpstart.html>

On 06/05/2014 04:13 PM, virajn wrote:
I have a SOAP web service. For experiment, I removed the @WebService
annotation in service class and it's still working without any problem. So I
think @WebService annotation is not a must in service class. Am i missing
something here. ( I'm using CXF 2.7.7 )



--
View this message in context: 
http://cxf.547215.n5.nabble.com/Is-WebService-annotation-a-must-in-service-class-tp5744739.html
Sent from the cxf-user mailing list archive at Nabble.com.


Reply via email to