I've set the @@WebService parameter in my class, but when I try to run it, I get the following:
org.codehaus.xfire.annotations.AnnotationException: Class com.xxx.sca.jws.IHelloWorld does not have a WebService annotation My annotation looks like this: /** * @@WebService(name = "HelloWorld2", targetNamespace = "http://jws.sca.xxx.com") * @@org.codehaus.xfire.annotations.commons.soap.SOAPBinding(style = 1) */ Any reason why it won't pick up the annotation? I'm running on Tomcat 5.5.17. Thanks, Lou -- View this message in context: http://www.nabble.com/Anyone-have-success-with-common-annotations-tf3818782.html#a10811661 Sent from the XFire - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
