JBoss Community

Re: WSDL error - Need help to remove "import location"

created by Nicholas Wurster in JBoss Web Services - View the full discussion

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

Start a new discussion in JBoss Web Services at Community