this correct?
>
> Regards
>
> Sagar
>
>
>
> -Original Message-
> From: Sagar Pidaparthi
> Sent: Friday, June 04, 2004 12:03 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Customizing java2wsdl
>
> Thanks. I am new to Axis and so here is my understanding of
this correct?
>
> Regards
>
> Sagar
>
>
>
> -Original Message-
> From: Sagar Pidaparthi
> Sent: Friday, June 04, 2004 12:03 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Customizing java2wsdl
>
> Thanks. I am new to Axis and so here is my understanding of
-
From: Sagar Pidaparthi
Sent: Friday, June 04, 2004 12:03 PM
To: [EMAIL PROTECTED]
Subject: RE: Customizing java2wsdl
Thanks. I am new to Axis and so here is my understanding of your
message.
1. Write a class loader that uses my factory and loads the classes into
memory.
2. set the class
Message-
From: Davanum Srinivas [mailto:[EMAIL PROTECTED]
Sent: Friday, June 04, 2004 11:43 AM
To: [EMAIL PROTECTED]
Subject: Re: Customizing java2wsdl
One way to do this is as follows...Write your own class loader for
your classes, then try to use ClassUtils.setClassLoader to set the
custom
One way to do this is as follows...Write your own class loader for
your classes, then try to use ClassUtils.setClassLoader to set the
custom classloader and then invvoke java2wsdl as usual.
-- dims
On Fri, 4 Jun 2004 11:39:15 -0700, Sagar Pidaparthi
<[EMAIL PROTECTED]> wrote:
>
> Thanks for the
Thanks for the reply on customizing Java2WSDL. Here is a further
question.
I am assuming that java2wsdl instantiates a java object and introspects
the object and generates wsdl for this class. If this is true, my plan
is to customize java2wsdl and use a factory to instantiate my java
object and