In the wsdd file generated by the ant task ant-wsdl2java (or the application commande line WSDL2Java), there are some lines you have to change manually :
- the classname parameter should be changed to the classname of the service you want to publish (by default WSDL2Java puts on it the name of the binding implementation
- in the "typemapping" sections, named attributes "type" should be changed, by default they are initialized with generated stubs, you have to replace them with the classname related of your service
Hope could this help you ;) -Lanto