Hi,
We are moving from Axis1 to Axis2. We have a web service which defines a method like QContentData processRequest(QRequest request); QRequest is the base class, which is inherited by many other request classes. In Axis1, we had written a wsdd file which has bean definitions for these request classes, and those beans were visible in wsdl. When we move to Axis2, wsdl is generated automatically, and all is visible is QRequest and QContentData. How can I make sure that all my request classes (inheriting from QRequest) are available in wsdl? Thanks in advance Aman
