I started with a WSDL and used wsimport to generate the Java artificats. Then I implemented the WebService and deployed it to a glassfish 3.1. The glassfish takes the java elements and regenerates a wsdl from these elements.
Can I convince the glassfish to publish the original wsdl to the world, instead of the 'reengineered' ones? Thanks!