
Originally Posted by
Marten Deinum
Please use [ code][/code ] tags when posting code.
The fact that you see it in your web sphere console doesn't mean spring exported it, knowing web sphere a little it might detect the @WebService itself.
Also make sure that
1. You actually have an instance of the webservice ie. use component scanning
2. That this instance is in the same application context as the Exporter (I.e. if the web service is loaded by the contextloaderlistener and the exporter is in the dispatcherservlet it will not be detected and thus not exported).