You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Wei Chen <wc...@vitria.com> on 2002/05/31 22:05:11 UTC

how to get WSDD from Java interface?

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