CQ5 Webservices not working - A WebService annotation is not present on class
Hello,
I'm trying to port my simple webservice consuming app to CQ5 but I'm still getting this error
com.sun.xml.internal.ws.model.RuntimeModelerException: A WebService annotation is not present on class: info.server.app.catalogservices.services.csscatalogservicesinterface_1.PortType
from this call
variable = service.getPort(PortType.class);
When I open the PortType class everything looks fine
/** * This class was generated by the JAX-WS RI. * JAX-WS RI 2.2.9-b130926.1035 * Generated source version: 2.2 * */ @WebService(name = "portType", targetNamespace = "http://my.server.info/CatalogServices/Services/CSSCatalogServicesInterface-1.0") @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE) @XmlSeeAlso({...many other classes...}) public interface PortType { // the interface itself }I'm begginer with webservices and I appreciate any help.
EDIT I'm using version 5.6.0.20130125