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 "Banck, Arent-Jan" <aj...@informatica.com> on 2004/04/27 17:44:27 UTC

Axis 1.2b: extraClasses option for wsdd?

Is there something similar to the Java2WSDL extraClasss for wsdd
deployment?
 
In Axis 1.1, all mappings defined in the wsdd appear as definitions in
the wsdl generated with ...?wsdl.
This behavoir is changed in Axis 1.2b. In 1.2b the WSLD only contains
definitions for classes referenced in the interfaces. So for an
interface using a base class the additional classes are not included.
I am not sure if this change in behavoir is 'as design' or a bug. If by
design shouldn't there be an option to have an extraClasses wsdd
definition?
 
Thanks,
- Arent-Jan