Hi fellows, I have successfully managed to have the content of my <WebServiceClass>.doc.xml injected into the WSDL generated by XFire (as described here: http://xfire.codehaus.org/Documenting+WSDL). I am using jsr181 annotations on my web service class. Now, if I modify my @WebService annotation to point to the class' endpoint interface, XFire ignores the documentation in my .doc.xml class (that documentation is not taken into account when generating the WSDL). And that's even if I have the same .doc.xml file under the endpoint interface in the classpath (follow the format: <WebServiceInterface>.doc.xml). Any idea ?
