This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: Diff. between @WebService(name=... and @WebService(endpoasoldano Nov 7, 2008 8:07 AM (in response to pxstein)The @WebService annotation is defined by the JAX-WS specifications, so its usage is not framework specific. 
 The above mentioned ways of declaring a ws endpoint simply differ in providing or not an endpoint interface (which of course can have further annotations).
 
    