Nicholas Wurster [
http://community.jboss.org/people/nwurster] created the discussion
"Re: WSDL error - Need help to remove "import location""
To view the discussion, visit:
http://community.jboss.org/message/562210#562210
--------------------------------------------------------------
Turns out, there was a mix of annotations in the Interface and Implementation classes. If
the annotations are not in the Implementation class then the WSDL will not generate fully.
Solution, moved all annotations from Interface to Implementation class which is the proper
place anyway. Your interface should not care how it will be served up, could be an EJB
instead...
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/562210#562210]
Start a new discussion in JBoss Web Services at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]