Hi I am specifiying the wsdl location in the @WebService tag with the wsdlLocation param as follows @WebService(name = "Hello", wsdlLocation="WEB-INF/wsdl/HelloService.wsdl")
and getting the following error Validation error: cannot find WSDL Definition specified by this WebService annotation The service is developed with axis2 v1.4 RC4 and deployed under WEB-INF/servicejars directory to Tomcat where axis2 is installed. The wsdl is included in the jar and no matter how I specify in the wsdlLocation, I am receiving this error. Any ideas? Cheers Tezcan Validation error: cannot find WSDL Definition specified by this WebService annotation
