Which annotation defines Service Endpoint Interface?





Which annotation defines Service Implementation Bean?





Which annotation defines web service operation?





What WSDL 2.0 stands for?





When SIB uses @WebService(endpointInterface="className") annotation is it safe to remove 'implements' keyword from the implementing class.



When building JAX-WS it is required manually implement the Interface.