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 "Grant Echols (JanusLogix)" <ge...@januslogix.com> on 2002/09/16 17:35:34 UTC

Custom 'className' in deploy.wsdd?

Is there a way to specify the 'className' that will be generated in the
.WSDD file from the WSDL2Java utility? In my situation I already have the
implementation class but do not have the deploy and undeploy wsdd files. I'd
like to autogenerate these using the Java2WSDL and WSDL2Java but can't seem
to get around the className being generated from the interface rather than
the implementation class.

Thanks,

Grant Echols