Hi, I have my Java service implementation. I would like to deploy this into Axis using WSDD (because I want to add my own handler)
The question is how to get WSDD from the Java interface. Java2WSDL doesn't generate a WSDD. One option I can think of is using Java2WSDL and WSDL2Java again. But this is cumbersome and I am not sure if the mapping between Java2WSDL and WSDL2Java is reversable. Thanks. - Wei Chen
