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 Matthias Jung <ma...@xtradyne.com> on 2003/10/06 17:11:56 UTC

wsdd file generation

Hi all,

Is there a way to configure the wsdl2Java tool or the ant task to 
generate a .wsdd file thats 'classname' parameter contains a custom 
setting?

See:
<service name="AAA" provider="java:RPC" style="rpc" use="encoded">
       <parameter name="className" value="pkg.MyCustomClass"/>
</service>

Thanks for help

Matthias