On Jun 5, 2014, at 12:13 AM, virajn <[email protected]> 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 )
CXF doesn’t mandate them, but other JAX-WS implementations may. Depends on how portable you want your code to be. -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
