Use a WSDL-first development model. Don't let Axis2 generate your WSDL for you.

Anne

On 8/28/07, Amandeep Singh <[EMAIL PROTECTED]> wrote:
>
>
>
>
> 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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to