RE: Customizing java2wsdl

2004-06-07 Thread Sagar Pidaparthi
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

Re: Customizing java2wsdl

2004-06-04 Thread Davanum Srinivas
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

RE: Customizing java2wsdl

2004-06-04 Thread Sagar Pidaparthi
- 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

RE: Customizing java2wsdl

2004-06-04 Thread Sagar Pidaparthi
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

Re: Customizing java2wsdl

2004-06-04 Thread Davanum Srinivas
anks 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 insta

RE: Customizing java2wsdl

2004-06-04 Thread Sagar Pidaparthi
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