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 Stuart Barlow <sb...@peopledoc.com> on 2004/01/27 18:02:55 UTC

exposing sub classes in WSDL

How do I get sub classes exposed (defined) in my WSDL when
only super classes are mentioned in web service interface?

Is the best practice just to add some dummy methods to
interface that expose the requried sub-types?

Ta,
Stuart.