Thanks.

-----Original Message-----
From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 29, 2007 6:00 AM
To: axis-user@ws.apache.org
Subject: Re: Complex data types in Axis2 WSDL

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]


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

Reply via email to