Hi: I was creating a webservice with annotations follow the guide in page http://cwiki.apache.org/CXF20DOC/developing-a-service.html
As the example 4 I put @webservice annotation in interface with portName and serviceName attributes, but when I made the deploy the following error appear: javax.xml.ws.WebServiceException: Attributes portName, serviceName and endpointInterface are not allowed in the @WebService annotation of an SEI. So I thing maybe the example is wrong, isn't it? Greetings Ivan Olvera .
