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 Mahesh Seshan <ma...@gmail.com> on 2005/12/08 01:08:59 UTC

Inherited classes do not show up in the wsdl (Axis 1.3)

Hello,

I have integrated Axis 1.3 into our web-app (Embedded Tomcat 5.5.12).
I followed through the documented procedure of creating
MY_APP.wsdl,deploying it and all that worked great. However, the
inherited classes do not show up when I get the wsdl from the deployed
service i.e

http://host:port/axis/services/MY_APP?wsdl

However, I checked MY_APP.wsdl and server-config.wsdd and they have
correct information about my inherited classes.

Any insight will be greatly appreciated.

-Mahesh